Kaíque Kandy Koga
Kaíque Kandy Koga
This is an attempt to fix the issue https://github.com/ruby/rake/issues/392. It makes verbose option works when passing -v and --verbose options. The tests are being done with a simple Rakefile. ```...
I would like to install Chef Workstation on openSUSE. I can see it is not officially supported (https://www.chef.io/downloads/tools/workstation and https://docs.chef.io/workstation/install_workstation). I checked another issue https://github.com/chef/chef-workstation/issues/2575 which is asking a similar...
## Description I think it is related to https://github.com/rbenv/ruby-build/issues/2184. ## Steps To Reproduce ``` $ ruby-install 3.2.2 ``` ## Expected Behavior Install 3.2.2. ## Actual Behavior ``` *** Following extensions...
Benchmark#bm with labels was not using the highest length among the labels to adjust the correct ljust. Instead of printing the result during the report generation, now it is waiting...