grimnight
grimnight
I have been enjoying using i3blocks, but I don't know if following their protocol would be the most common thing to do. After some research it would seem that SIGUSR1...
Currently if one of the directories in `dirs` is missing lolcate gives a warning and doesn't do anything. Would it be possible to add an option that would make it...
Any progress on this? It would be nice to have namespaces.
I use [twf] occasionally. [twf]: https://github.com/wvanlint/twf
While mruby is designed to be compiled into projects it does have potential when all you need is specific functionality without all the overhead of ruby. All you would need...
Sounds simple, if it works i'm good with it. Would it be worth the trouble to consider mgem? Or is mgem too heavy dependency?
mgem uses [mgem-list](https://github.com/bovi/mgem-list) repo to keep track of available gems. mgem uses `~/.mgem/GEMS_ACTIVE.lst` file to keep track of wanted gems, then using `mgem config` to get `build_config.rb` (use `mgem config...
I'm currently looking forward to path/case, perhaps some other ones in the future. Will there be support for custom [triggers](https://github.com/johmsalas/text-case.nvim/wiki/String-Case-functions) as well? Or an ability to add new ones to...
I'm still in early stages of trying out LSP so I don't know whether it would be useful or not. When I looked into coerce.nvim and noticed path case support...
Would `hashlib.sha256('key').hexdigest()` be a good alternative? The reason I liked `chest` was it's simplicity compared to `shove`. `Chest` has a simple structure that can be used from any programming language...