home.social

Search

452 results for “matzipan”

  1. Finished the tasks for Envoyer 0.2 milestone.

    Usability is improved but this doesn't mean much since the app was unusable to begin with.

    Release notes here: github.com/matzipan/envoyer/re

    Give it a spin and give some feedback!

    Next big chunk of work will be to support non-Gmail IMAP and adding integration tests!

    #envoyer

  2. @matzipan 😂 Yeah the purpose is too find leaked credentials.
    This is the same as #trufflehog that is written in #golang github.com/trufflesecurity/tru

  3. @matzipan 😂 Yeah the purpose is too find leaked credentials.
    This is the same as #trufflehog that is written in #golang github.com/trufflesecurity/tru

  4. @matzipan 😂 Yeah the purpose is too find leaked credentials.
    This is the same as that is written in github.com/trufflesecurity/tru

  5. @matzipan 😂 Yeah the purpose is too find leaked credentials.
    This is the same as #trufflehog that is written in #golang github.com/trufflesecurity/tru

  6. @matzipan 😂 Yeah the purpose is too find leaked credentials.
    This is the same as #trufflehog that is written in #golang github.com/trufflesecurity/tru

  7. @matzipan @divclassbutton Oh my, looks like we may have a common interest (though I think my specific problem is mostly solved at this point)!
    Have you heard of #Mailspring and #JMAP?

    The former is an Apple Mail-Like IMAP client and the latter is an IMAP alternative that eases building clients.

  8. This sent me on a months long chase (gitlab.gnome.org/GNOME/gtk/-/m). I told myself this was worth it because it impacts a lot of people.

    After a few months of frustration and very little input from the maintainers, I gave up and wrote my own simplified version. This actually took less time. My MR is still a WIP (github.com/matzipan/envoyer/pu) but today is the first day where displaying the large list of emails works again end to end.

    #envoyer

  9. I've been working on this ticket (github.com/matzipan/envoyer/is) for way too long.

    The main reason for the ticket was that when I would load new emails as they are received from the server, with ListBox you would not be able to keep the currently open selection.

    So I moved to ListView, the new API. But then I hit a GTK bug which impacts a lot of people (gitlab.gnome.org/GNOME/gtk/-/i). So I did what any good samaritan would do: (try to) fix it upstream.

    #envoyer

  10. All fun and games in #python land until black decides to reformat your #pyright type ignore pragmas 🙄

  11. That time of the year when I feel the urge to write my own build/integration system again.

    #Bazel is a pain to extend and has many idiosyncracies. Also code base is way too complex and hard to penetreate. It feels generally stuck in a local maximum.

    #Buildstream is pretty cool and extensible but variation support is not very elegant. It also still needs an inner build system. Also yaml 😒

    #Pants seemed to be a step in the right direction. Amazingly simple extensibility. But still felt like the the build variation capabilites were not that strong. Also no support for C++.

    I like starlark itself.

    Does anybody know of any build system "framework" which I can just plug an play on a build tree so that I don't have to write the ugly parts of dealing with the compiler and focus on building the nice constructs for describing that build tree?

  12. That time of the year when I feel the urge to write my own build/integration system again.

    #Bazel is a pain to extend and has many idiosyncracies. Also code base is way too complex and hard to penetreate. It feels generally stuck in a local maximum.

    #Buildstream is pretty cool and extensible but variation support is not very elegant. It also still needs an inner build system. Also yaml 😒

    #Pants seemed to be a step in the right direction. Amazingly simple extensibility. But still felt like the the build variation capabilites were not that strong. Also no support for C++.

    I like starlark itself.

    Does anybody know of any build system "framework" which I can just plug an play on a build tree so that I don't have to write the ugly parts of dealing with the compiler and focus on building the nice constructs for describing that build tree?

  13. That time of the year when I feel the urge to write my own build/integration system again.

    is a pain to extend and has many idiosyncracies. Also code base is way too complex and hard to penetreate. It feels generally stuck in a local maximum.

    is pretty cool and extensible but variation support is not very elegant. It also still needs an inner build system. Also yaml 😒

    seemed to be a step in the right direction. Amazingly simple extensibility. But still felt like the the build variation capabilites were not that strong. Also no support for C++.

    I like starlark itself.

    Does anybody know of any build system "framework" which I can just plug an play on a build tree so that I don't have to write the ugly parts of dealing with the compiler and focus on building the nice constructs for describing that build tree?

  14. That time of the year when I feel the urge to write my own build/integration system again.

    #Bazel is a pain to extend and has many idiosyncracies. Also code base is way too complex and hard to penetreate. It feels generally stuck in a local maximum.

    #Buildstream is pretty cool and extensible but variation support is not very elegant. It also still needs an inner build system. Also yaml 😒

    #Pants seemed to be a step in the right direction. Amazingly simple extensibility. But still felt like the the build variation capabilites were not that strong. Also no support for C++.

    I like starlark itself.

    Does anybody know of any build system "framework" which I can just plug an play on a build tree so that I don't have to write the ugly parts of dealing with the compiler and focus on building the nice constructs for describing that build tree?

  15. Watching @AdrianVovk 's systemd-homed talk streamed from Denver #guadec at Berlin #miniguadec

  16. Watching @AdrianVovk 's systemd-homed talk streamed from Denver #guadec at Berlin #miniguadec

  17. Watching @AdrianVovk 's systemd-homed talk streamed from Denver at Berlin

  18. Watching @AdrianVovk 's systemd-homed talk streamed from Denver #guadec at Berlin #miniguadec

  19. Enjoying in my new stack t-shirt

  20. @lebout2canap Most of the stuff just works, since it's just adwaita. But I was just writing about this on the matrix channel. As far as I can tell iOS does some (clever) lightness inversion in some contexts (presuambly when there's no background color defined). This should not be difficult to achieve.

    If you have any ideas, feel free to chip in: #envoyer:gnome.org on matrix

  21. 0.3 milestone progressing.

    Non-Gmail IMAP is usable now. Just finished redesigning the setup dialog with support for IMAP.

    Next up will improve the email renderer, dark mode support and folder content updates.

    #envoyer

  22. Cleaned up the hackfest work and got it merged. Email rendering is also back!

    I should probably not delay writing the integration tests any longer, so I can keep posting interesting screenshots without leaking personal info.

    #envoyer

  23. Threads are now showing up. I found the bug!

    #envoyer

  24. Had a great time hacking on Envoyer at the GNOME 45 Hackfest.

    Finally got the chance to adopt Adwaita!!!!

    This also means that I could play with the adaptive layout work introduced by @alice. Screenshots below show Envoyer adapting its layout.

    Some bugs in the Envoyer list widgets meant that emails don't show up yet - I need to follow-up on this soon.

    Thanks @jsparber @sonny @tbernard for the help.

    #envoyer

  25. @omgubuntu @cassidy I honestly prefer App Center. Store implies buying and consuming which is a different nuance. #bikeshedding

  26. Row activation works. I can open emails again!

    #envoyer