Carl Brasic

Results 19 comments of Carl Brasic

@sporkmonger @dentarg gentle ping. Have you given any more thought to this? If you're interested in a PR to resolve the discrepancies we found between `IDNA::Pure` and `IDNA::Native` by changing...

While we're changing how octicons work partly for performance reasons, would it make sense to consider adopting some of the ideas from https://github.com/github/primer/issues/424 (i.e. rendering a spritesheet and having individual...

For anyone affected by this, one workaround is just to pipe the data yourself through ssh, e.g. ``` # copy from codespace gh cs ssh --codespace $CODESPACE_NAME 'gzip < /path/to/some_file'...

@d4rky-pl as far as I’m aware, yes. the same issue affected the debug gem and was fixed by the use of `TracePoint.allow_reentry`. See https://github.com/ruby/debug/issues/408 and https://bugs.ruby-lang.org/issues/15912.

> I just don't want external libraries like psych/yaml and sqlite3 to be eager-loaded. Can you get them autoloaded? @knu I'm happy to!

This should be ready to review again. @knu, let me know if [e8dcdb492a46c49049b30a4d399cdd3510e236e0](https://github.com/sparklemotion/http-cookie/pull/43/commits/e8dcdb492a46c49049b30a4d399cdd3510e236e0) addresses your concern.

Would love it if this could be merged. The current approach makes things difficult for applications that use specially formatted logs parsed by tools like logstash. This is similar to...

I'll try to open a fix for this, since the command is almost entirely broken. It's not just that we shell-escape, some code also wraps the whole argument in single...

Ah, I see what's happened. OpenSSH 9.0 [was released last year](https://www.openssh.com/txt/release-9.0), and with it the move to deprecate the legacy RCP protocol which relies on the remote shell in favor...

@cmbrose yep, 1 or 2 would definitely be a breaking change, but it's ultimately just a propagation of the underlying breakage that OpenSSH has created by deprecating RCP and promoting...