Marcus Buffett
Marcus Buffett
Having an issue where calling a HookM callback from a child component results in an error like this: ``` Error: Failed pattern match at Data.Maybe (line 268, column 1 -...
Fugitive has a mapping to ignore the file under the cursor, by adding the path to .gitignore, would be nice to see that functionality here too.
Often when reviewing the pending changes in lazygit, I'll want to edit the file, and that ends up opening a new popup with a new instance of lunarvim. I'd like...
Recently encountered an issue with child components that just slot in other components. Here's what the component tree looks like: ``` - Router component - Slot "home" - Home component...
- Category - [ ] Question - [X] Bug - [ ] Suggestion - OS - [ ] Linux - [X] macOS - [ ] Windows - [ ] Etc....
Was just browsing through the source, and this seemed weird, I could be totally off-base so feel free to just close, but in `fit_nu`, `nu` is [the last param](https://github.com/rust-ml/linfa/blob/master/algorithms/linfa-svm/src/regression.rs#L81) ,...
When I use reqwest to fetch a payload that's beyond the tokio runtime thread stack size, I get a `thread 'tokio-runtime-worker' has overflowed its stack` error. This is without any...
First off, thank you for the awesome plugin! I can't seem to get Vista to work nicely with this, I have the following setup (copied from the example): ``` "vwm...
It would be nice if there was an option for easytags to look for the nearest ancestor that contains a .git, .svn, .hg, etc. file, and put the .tags in...
The virtual key codes reference physical keys on a keyboard, instead of what those keys are actually mapped to. Ex. I have to hit cmd-c to start the application since...