Bradley Whited
Bradley Whited
With TruffleRuby installed, if you do `chruby ruby`, you'll get this: ``` jruby-9.2.13.0 jruby-9.2.9.0 ruby-2.6.5 ruby-2.7.0 ruby-2.7.1 * truffleruby-20.2.0 ``` Which isn't expected I think. I expected to get `ruby-2.7.1`....
If you specify an option like this: ```ruby flag :n,'dry-run','perform a dry run without making changes' ``` In `run`, it will be in `opts` with a dash/hyphen: ```ruby run do...
(Sorry on mobile, so accidentally sent original bug without description.) ## Description On macOS if install JRuby like this: ``` $ mkdir temp $ ruby-install -s temp jruby ``` Fails...
Recently, I upgraded my system, Fedora. When trying to call `ruby-install ruby 2.6.5`, I got openssl issues, which seems to be a common issue here: ``` >>> Installing dependencies for...
In 2016, a pull request [pull/134](https://github.com/ruby/rake/pull/134) was made to not allow exclamation points, but why was this? The following won't work: ```Ruby desc 'Benchmark ?: vs !!' task :benchmark do...
### Description #### Bug description: `wxSlider` never receives events for `wxEVT_MOUSEWHEEL`. Essentially, I want to disable using the mouse wheel over my Sliders. This is because my Sliders are inside...
**Environment Information** * `jruby 10.0.0.1 (3.4.2) 2025-05-07 79cf1e4aec OpenJDK 64-Bit Server VM 21.0.4+7-LTS on 21.0.4+7-LTS +indy +jit [x86_64-linux]` * `Linux x86_64 GNU/Linux` **Expected Behavior** The following works on CRuby, but...