Leo Arnold

Results 28 issues of Leo Arnold

This MWE ``` import org.kohsuke.args4j.CmdLineException; import org.kohsuke.args4j.CmdLineParser; import org.kohsuke.args4j.Option; public class PrintUsageBug { @Option(name = "-h", usage = "print help screen") private boolean helpScreen = false; public static void main(String[]...

I accidentally typed ```ruby factory :thing, Thing do # ... end ``` and was confused by the error message. This commit ensures that the options are a Hash, and gives...

This cop sorts the RSpec metadata alphabetically: ```ruby # bad describe 'Something', :b, :a context 'Something', foo: 'bar', baz: true it 'works', :b, :a, foo: 'bar', baz: true # good...

FactoryBot actually has a few more `list` methods than just `create_list`: ```ruby 3.0.2 :006 > pp FactoryBot::Syntax::Methods.instance_methods.sort [:attributes_for, :attributes_for_list, :attributes_for_pair, :build, :build_list, :build_pair, :build_stubbed, :build_stubbed_list, :build_stubbed_pair, :create, :create_list, :create_pair, :generate,...

Even though most Rails projects use ActiveRecord as ORM, the Rails team has made a big effort to enable developers to use other ORMs. ## Is your feature request related...

In late 2020, Travis CI decided to discontinue unlimited free builds for public projects. While they still hand out free build minutes for opensource project, they do this through an...

The test helper contained a lot of file system navigation using `..` which is a bit hard to keep track of. Using `Pathname` it all becomes a bit clearer.

The CSS code for the `flipflop` web interface is generated by the rake task `assets:compile`, hence it should not be committed to the repository at all, because its content depends...

This gem has not released since 2015 and has not seen a commit since 2017. The community seems to be wondering about the current state of affairs. @pointlessone & @packetmonkey...

Hi there, just installed Kubuntu 22.04.1 Desktop and noticed that ``` $ sudo apt-get insta ``` would autocomplete, but ``` $ sudo apt-get install thunderb ``` would not. Reporting it...