Collin Styles

Results 5 issues of Collin Styles

The documenetation for the `Regexp` class in the standard library uses `` which is escaped as you can see here: https://ruby-doc.org/core-3.0.1/Regexp.html#class-Regexp-label-Capturing > Parentheses can be used for _capturing_. The text...

**fish version:** 3.6.1 **OS:** macOS & Arch Linux **Bug occurs without customizations?** Yes ### Steps to reproduce: ```fish $ mkdir mydir\(parens\) $ touch mydir\(parens\)/stuff.txt $ cat mydir\(parens\)/ # this fills...

git has an `interactive.singleKey` setting[^1] that allows users to step through interactive prompts (e.g., that of `git add --patch`) by simply pressing a single key like "y" or "n" without...

Sister PR to https://github.com/fede1024/rust-rdkafka/pull/787. The build script currently expects a very specific filesystem layout in order to statically link. If you check out the source code for librdkafka somewhere and...

d3879c2f29f7580da619e795b5e4883efbe5b6a8 (PR #750) added the ability to statically link to a pre-built version of librdkafka when the `static-linking` Cargo feature is enabled but the build script for rdkafka-sys checks for...