Carl Brasic
Carl Brasic
Hello and thanks for your work building and maintaining this useful library! We use Addressable and `IDNA::Pure` at GitHub for a number of URL parsing and generating tasks. The pure...
(This is the first of several improvements to scientist based on extractions from the GitHub monolith) This adds the concept of a "cohort" to an experiment result, to enable and...
### Describe the bug `gh cs cp` incorrectly wraps single quotes around all remote paths which are interpreted literally by sshd. This means that copying from the codespace is impossible...
Git paths have no inherent encoding, they are opaque binary strings that can be in any encoding. The [macro `rb_str_new_utf8`](https://github.com/libgit2/rugged/blob/c78ba61e66d7525310e9ede33e809e956812e273/ext/rugged/rugged.h#L30) is used in places to convert raw C strings representing...
It's actually surprisingly possible in real world code to end up with an array mixed from several preloaded sources and some sources that are not preloaded at all, which can...
Dynamically requiring implementations at runtime in this way is not safe in a multithreaded program, even in MRI with the GIL. We can simplify this ~while retaining identical performance by...
### Version & Environment Redpanda version: (use `rpk version`): 23.3.12 ### What went wrong? `rpk topic consume --regex` always fails if any non-literal chars are used. For example, the following...