Scott Callaway
Scott Callaway
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 It would be really nice if...
I've stumbled across this library as we're finding that we're doing a lot of conversions from `x.values()` to arrays in order to then run the appropriate functions on them. I...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 When supplying an `onChange` handler...
There currently exists a "verbose" flag in the config that a user can enable in order to show the diff when writing a commit message in the editor of their...
### Description This is very similar to https://github.com/lewis6991/gitsigns.nvim/issues/814, but happening in a slightly different part of `hunks.lua`. I can't work out quite _when_ this crash happens, but I've found it...
I'm looking to supply a specific typing for parameters to the function that I'm writing in Rust and exposing to TS. In an ideal world, I'd love for the function...
I appreciate there has been a load of work done surrounding the hover window etc. over the years, but I think there's one last bit that's missing. Currently, the information...
I've been looking for a plugin pretty much exactly like this to improve my composing experience in Obsidian but it doesn't look as though this plugin works anymore? I wanted...
Discussion was the best label to put this under, but it's more a question for my understanding. I've started using Worktrees as I finally have a decent use-case for them,...
Updates the `README.md` file with a *C* entry for the new Crafting Interpreters chapter on "A Bytcode Virtual Machine". Also updates the *Java* entry to specify the "Tree-Walk Interpreter" as...