James Tucker
James Tucker
This reduces the overhead of various code paths as there are less pipeline delays and more code can be inlined. The mutex fast path is a single atomic operation, and...
Switch to monkey-patching http.rb rather than a runtime extend of each response, so as to avoid busting the global method cache. A guard is included that will provide developer feedback...
```ruby 10.times { p /#{FOO}/.object_id } 10.times { p FOO_RE.object_id } ```
Shardnull provides additional scalability for your cloud null devices. There's a demo here https://gist.github.com/raggi/560087 I will provide competitive licensing for fellow Null Demons.
**Describe the bug** Noticed on macOS, but likely also applies to other platforms with trackpad configurations that utilize "natural scrolling". Scrolling to the left should "move content left", but instead...
This should provide an earlier error for cases such as tailscale/tailscale#8987 if the error comes from a failure to fetch the toolchain, or a change that forces an alternative GOROOT...

I started a demo of the outcome for discussion here: https://github.com/raggi/komorebi/commit/8f6d2bf22c76ec0bc0062d5250ef02bc5ca5899d The general idea here is a few things: - Move from lazy static to OnceLock for global state -...
This cleans up having a second copy of windows-sys at a different version.