figsoda
figsoda
Currently `wibox.widget.systray` is sorted in chronological order (didn't read the code, but I think it is), it would be nice if I can sort it differently, e.g. alphabetically or dragging...
Add offset method for `ListState` so that things like interacting with mouse events would be easier.
Right now, when `Ratio` or `Percentage` constraints are mixed with other constraints like `Length`, if the sum of ratio constraints is 1, the total length of constraints would exceed the...
### Version master (bafc2d31b4dacf738ed6a82aa315df6ca2247fbb) ### Description the special tar extensions are not recognized when decompressing and extra warnings are generated ### Current Behavior ```console $ ouch c src src.tgz &&...
https://www.brotli.org/ extension: `.br` crate: https://lib.rs/crates/brotli
https://en.wikipedia.org/wiki/Ar_(Unix) extensions: `.a`, `.ar` (?), `.deb` crate: https://lib.rs/crates/ar
[core_affinity](https://github.com/Elzair/core_affinity_rs) is unmaintained (last update was 2 years ago, last real update was 4 years ago) It links against `System` on macos as a framework, which is marked as "do...
* [crane](https://github.com/ipetkov/crane) - A Nix library for building cargo projects. * [rnix-lsp](https://github.com/nix-community/rnix-lsp) - A syntax-checking language server for Nix. * [dream2nix](https://github.com/nix-community/dream2nix) - A framework for automatically converting packages from other...
https://nixos.org/manual/nix/unstable/expressions/language-values.html > Antiquotation is supported in any paths except those in angle brackets. `./${foo}-${bar}.nix` is a more convenient way of writing `./. + "/" + foo + "-" + bar...
**What?** Something similar to `:Git commit` and `:Git rebase -i` commands in [vim-fugitive](https://github.com/tpope/vim-fugitive) **Why?** All the neovim plugins I found are git interfaces that does a lot of things like...