nicholas a. evans

Results 112 issues of nicholas a. evans

Is there any way for one C extension to safely link against another? Looking at the external symbols in `openssl.so`, I see the following: ```` $ nm tmp/x86_64-linux/openssl/3.0.2/openssl.so | ruby...

This is misleading: "that variable will be modified by the call to the block" The outer variable isn't mutated; they are different variables. The name points to one variable outside...

Hi, thanks for compiling this great mapping of emoji ↔️ plugin settings into a single handy plugin! I recently updated my plugins and re-organized them using multiple pack directories, and...

24-bit color RGB escape sequences are also sometimes referred to as "TrueColor" Example use case: Sometimes logfiles use 24bit RGB color escape sequences to make it easy to identify different...

I primarily view git logs in my terminal, and seeing dependabot's shortlog expansions mixed in with my other emoji-prefixed commits is very annoying! I've tried to configure the `dependabot.yml` commit...

F: pull-requests

## Is your feature request related to a problem? Please describe. I believe that nested ternary expressions are relatively familiar to most teams with Javascript/Typescript developers. In general, I agree...

All of these are based off of the pre-existing vm_thread_*queue*.rb benchmarks. Only the fiber benchmarks are truly new. The existing thread benchmarks were moved into a single yaml file, and...

The lack of section comments has been annoying me for couple of years, and this was my first attempt at figuring out why it is broken. This fixes it! 🎉...

If the GitHub pages source is set to the "gh-pages" branch and the "/doc" folder, then this should get everything back up-to-date. The older version should probably work, too. But...

This fixes the insecure `verify = false` argument that was previously unconfigurable. Now _any_ SSLContext params can be set on the IMAP connection. The original parameters have been undocumented since...