Pavel Savchenko
Pavel Savchenko
If one checks the state of e.g a flag via the `wafflejs` tag as [per documentation][1] (and only in JS), then the flag isn't looked up directly and thus not...
First I follow the README and do: ```bash $ go get gopkg.in/libgit2/git2go.v23 # gopkg.in/libgit2/git2go.v23 could not determine kind of name for C.GIT_CHECKOUT_DONT_WRITE_INDEX could not determine kind of name for C.GIT_CHECKOUT_RECREATE_MISSING...
"How to make shortcut for command" often comes up as a question in tickets and in real life (friends that have started using GitSavvy recently). It also relates to the...
As can be done with `git gui`, I would like the ability to "visual select" a range of rows and hit L to stage all of these (but not the...
This might be dupe, if so I appologize; I saw the discussion being had a number of times, but never as a proper feature request, so here we go. In...
When git does not find a `merge.tool` config entry, it attempts to run the first "mergetool" it finds, from a list of pre-defined tools: > This message is displayed because...
Using a client with extensions (e.g the [`prisma-cursorstream`](https://github.com/etabits/prisma-cursorstream) extension, but also others) breaks the expected type parameters of `PrismaTestingHelper`. ```typescript Diagnostics: Argument of type 'DynamicClientExtensionThis(this: T, findManyArgs: A, { batchSize,...
**Describe the bug** When neotest-zig adapter is enabled, alongside another plugin, such as neotest-go, it's can get selected incorrectly if it's the earlier adapter that is being tested first. I...
I've got a large repo with hundreds of packages, and thousands of files, and test watcher seems to not run any test on change. Debug logs shows a lot of...
Review can benefit from reading commit-by-commit This is the first follow up after #20 (made separately to keep reviews simple) Note: I've added a contributing guide in #22