Charles Oliver Nutter

Results 188 issues of Charles Oliver Nutter

This doesn't seem like it would be too hard to port, and the JRuby version would be line-for-line almost exactly the same as the CRuby version. I can help with...

Hello! I am working on getting the Discourse app to run in JRuby, and need to replace its dependency on rinku. There are two ways we typically do this: *...

I'm absolutely sure something is broken in the JRuby results. There's no way we're that slow. I'd like to help fix up the repository so that it's running appropriately on...

I know this is partially a TweetDeck issue, but I started running ModernDeck today and I get the infamous "Every account you're using... agree to the updated Terms and Privacy..."...

When a compiled script is run from $PATH it appears to be unable to locate its own file path. An example with the JRuby bash launcher: ``` [] ~/projects/jruby $...

This issue is a catch-all for the unimplemented and tagged items during Ruby 2.6 compatibility work. Original issue is #5576. See also other incomplete issues #6149, #6157, #6158. #6159. ##...

See https://github.com/ruby/ruby/blob/v3_1_0/NEWS.md for the full 3.1 NEWS file. This listing includes all features from the Ruby 3.1 news file that might be relevant to JRuby. I have removed sections specific...

This is a first attempt to move our native Timeout into Ruby, using the same Executor logic we had before. This may be easier for the timeout gem to swallow,...