Robert Deusser
Robert Deusser
## Description Adding this ``` [[location]] package = "gabime/spdlog" git = "[email protected]:gabime/spdlog" [[dependency]] package = "gabime/spdlog" version = "branch=master" ``` to my buckaroo.toml and running `buckaroo resolve` ends up giving...
**Describe the bug** This directive in my global gitconfig is not respected: ``` [url "ssh://git@/"] insteadOf = https:/// ``` **Pants version** Tried both 2.16.0 and 2.17.0rc1 **OS** macOS Ventura (13.4.1)...
My situation pertains to entproto, but the focus is on annotations so I believe it fits here better. I'm wondering if there's a way to deal with adding annotations to...
Found this hoping I could use multiple keys, but that doesn't seem to be the case. I've tried the following variations: ```ts useKeyPress("Control k", onKeyPress) useKeyPress("Control+k", onKeyPress) useKeyPress("Control + k",...
### Describe the bug Basically #8609, except the solution already exists in the project. I’m using Ryujinx and I only get this exception when I enable mods. It’s confusing because...
The title might be a misleading, but I can't seem to figure out how to do this `git checkout -- ./blah ./foo` with the exact behavior in git (i.e. discard...
I've got this in my Emacs config: ```elisp (use-package combobulate :custom ;; You can customize Combobulate's key prefix here. ;; Note that you may have to restart Emacs for this...