João Paulo Silva de Souza
João Paulo Silva de Souza
[prettier-plugin-compactify](https://github.com/resolritter/prettier-plugin-compactify) was created for this use-case after some dogfooding. No tests yet but I'll maybe add some later.
`~/.zigup` would be more in line with what I have seen in other tools. Just glancing at my home directory, I have - `~/.cargo` and `~/.rustup` for Rust - `~/.gem`...
For future visitors: you can find out the compatible `zig` version by looking at what CI uses. As of this writing it's `0.11.0-dev.1507+6f13a725a`. https://github.com/marler8997/zigup/blob/a16b61e74e47b3dbd7be45ba1dcdf8a1d259a8c5/.github/workflows/artifact.yml#L15
FYI there's a WIP language server implementation at https://github.com/pherrymason/c3-lsp. It was recently updated with the stdlib for 0.6.0.
Hi @rfjakob, thank you for making me aware of that project. Still, while useful, exporting single files is not good enough for the use cases I had in mind. On...
`SendButtonIfNoScroll` is useful for situations where you entered the "dragging mode" (i.e. when your cursor changes if you have `ChangeMouseCursor == true`) but you didn't end up actually scrolling anything,...
@maxxnino if you have ideas on what would be tested or how this should be done, feel free to post them here
It'd be good to have the tests on CI once they're implemented. Let me know if you need help with that.
Bash scripts (I'm using Bash 5.1.8 if that matters) Export: `flatpak list --user --app --columns=origin,ref | tail -n +1 > export` Install: `while read origin pkg; do flatpak install --user...
@fuzetsu I apologize for the lateness as well. I'm only having room to come back to side projects on the weekends. > Overall I think that helpers are just a...