Brandon Weaver

Results 38 issues of Brandon Weaver

Noticed that [Xf](https://github.com/baweaver/xf) was added to the inbox list. If you're looking for a category for it, might I suggest one of: * Data Extraction * Data Filtering You may...

Based off of a very old issue that had a lot of interesting discussion: https://github.com/rubocop-hq/ruby-style-guide/issues/359 The idea here is that hanging indentation is incredibly hard to read while going down...

I'd like to propose an addendum. Often times when one has a longer method, you have to do something with the parameters to get the method under 120 lines. One...

This answers a lot of questions I had when trying to figure out how to use this gem.

I separated out the sections of the module to make the gem easier to edit and update in the future. Among the changes that aren't strictly 1-to-1: - Converted Client...

I can take care of this one if you're interested in getting a testing framework in on this. I'd likely use RSPEC as well as try and set up a...

https://github.com/ledermann/rails-settings/blob/57d95adcb9490767699cffcf75269b1961037d6d/lib/rails-settings/base.rb#L7 ``` Exception: ArgumentError: Unknown key: :autosave. Valid keys are: :class_name, :class, :foreign_key, :validate, :table_name, :before_add, :after_add, :before_remove, :after_remove, :extend, :primary_key, :dependent, :as, :through, :source, :source_type, :inverse_of, :counter_cache, :join_table, :foreign_type...

Adds the idea of an exhaustive match to the API that will fail if a match has not been found as a response to #25

Need to work on sourcing a few more practical examples to show what usage of Qo would look like in the wild. This should also consider the performance implications of...

enhancement
help wanted

Whenever I install a new version of Ruby, be it RVM or whatever tool, I end up commonly installing a set of expected gems. This ends up especially important with...