Charles Oliver Nutter

Results 1063 comments of Charles Oliver Nutter

This is now a higher priority due to net-protocol depending on timeout. In 993cf1822c772051e0ef31e3202b84952952c635 @enebo has switched us to use the gem so we can keep functioning, after I failed...

@kares For the moment I have gone forward with including this in the timeout gem, plus some refactoring and optimization. Check out https://github.com/ruby/timeout/pull/14.

This is moot now that timeout has a new efficient pure-Ruby implementation. We use the same gem that other Rubies use.

This page likely holds the answers we need: https://developer.apple.com/documentation/apple-silicon/porting-just-in-time-compilers-to-apple-silicon

@JIAZHEN You encountered this with JRuby? I would like to know more about your use case. The linked article above details steps we will probably need to take, but it's...

@JIAZHEN If you are having issues passing Ruby code as a C callback, then I suspect the fix may be similar for both CRuby's FFI and JRuby's FFI. You should...

I'm not sure what `zip` it is trying to load but that does not seem to be our bug. There seems to be some problems with this gem, as I...

@slonopotamus The gem does appear to have support for MacOS, but does not install for me locally on CRuby 3.1 or JRuby 9.3 HEAD. I'm bringing my Windows vbox up...

It appears to install ok for me on Windows with JRuby 9.3 HEAD: ``` C:\jruby>bin\gem install kindlegen Fetching rubyzip-2.3.2.gem Fetching kindlegen-3.1.1.gem RubyZip 3.0 is coming! ********************** The public API of...

The parallel job explanation seems very plausible. Looking forward to hearing back on that.