Federico G. Schwindt
Federico G. Schwindt
Full command and output: ``` $ kr add --server zsh:1: command not found: bash Error adding keys: failed to fill whole buffer ``` version 2.4.10 It'd be nice if `kr...
Hi. Is there any reason why side-by-side is not supported for tabs? If not, can I turn this into a feature request? 😄 Thank you!
**Version** ``` Fastly CLI version v4.0.1 (cc0afc7) Built with go version go1.18.6 linux/amd64 Viceroy version: viceroy 0.2.15 ``` **What happened** Recent CLI versions expect the `go.mod` file to be in...
Using the code below as an example, renaming `foo` works as expected, but trying to rename `Bar` changing just the `Bar` part of the input text does nothing. ``` package...
Hi. The installation instructions at https://sapling-scm.com/docs/introduction/installation don't talk about updates, presumably having to download new binaries every time there is a release. Are there any plans to address this? For...
Version: `Sapling 0.1.20221118-210929-cfbb68aa` Steps: ```sh sl init --git sl-test cd sl-test touch a sl add a sl commit ``` Running `sl` shows: `abort: could not read paths.default` Running `sl sm`...
Details at https://github.com/SpiderLabs/owasp-modsecurity-crs/issues/909.
## Type of Issue Bug ## Description Rules with UTF8 characters inside a class will get the code points used instead of the correct uf8 character. For example in 941110...
After c1a7652d2a57dafc16afbda56967b611e6aebaca, all `@pmf` occurrences have the lowercase transformation. IMO this was not the right way to fix it since it implies `@pmf` is no longer case insensitive as the...