Kaniel Kirby
Kaniel Kirby
I could be overlooking something, but I couldn't find any examples of setting `alpha` from an existing color, and the workarounds I've tried didn't work very well. Example of desired...
It seems that 1, refreshes block the app completely until they're done (which can take up to ~5 seconds), and 2, if you refresh when in the filtered view, your...
Was spending some time trying to figure out why my NixVim installation was running slower, enabling and disabling just about everything until looking at this plugin. Nothing else makes a...
Fixes #217 The `lib` already supported alpha, it just wasn't implemented into the CLI side of things as far as I can tell. I've added an argument to the `set`...
Are there any plans to support backing up the stored tokens in a reproducible way? (or was there something that already exists that I've missed :eyes:). I would imagine traditional...
The goal here is to talk about some concerns, compile the recent developments, and to ask a question to @chmln. I'd love to help contribute to this project a bit....
The situation currently is that `render_gutter` builds out a `Vec` of `LineDecoration`s, where `LineDecoration` is a closure. These don't get evaluated until actually rendering, so the `MutexGuard` in `diff_handle.load()` doesn't...
I find this to be strange behavior from a `nix` focused project. Is there a reason this might not be supported / currently work? ```bash ❯ nix run github:jeff-hykin/nix_version_search_cli Could...
It looks like support was available/built-in, but possibly left out for some reason? Happy to rework, this is just to start conversations :) This Pull Request fixes/closes #2263. I followed...
This Pull Request closes #2194. It changes the following: - Replace `BlameFilePopup.blame: Option` with `BlameFilePopup.blame_stack: Vec`. This involved changing any references to it, which happened to be a fair amount....