Steve Richert

Results 22 issues of Steve Richert

An existing named scope that shares its name with one of the model's columns is ignored when accessed via the `search` method. The `normalize_scope_name` method appends "_equals" with no regard...

Using a Rails app as an example, a developer may want to load certain default values when `Rails.env.development?` and others when running the test suite and `Rails.env.test?`. Both of these...

triaged
v2

Currently (c7be4c1deea2149937325a92c48ffcf2ff2f1604), if Figaro is required inside a Rails application, the adapter is automatically set to `Figaro::Rails::Application`. When the Rails application boots, `Figaro.load` is automatically run. If a developer wants...

question

If the value for a given `ENV` key is set to `""`, should that value be considered as being set? ``` ruby ENV["foo"] = "" Figaro.env.foo? # => true or...

question

When open sourcing a Rails app, [Travis](http://travis-ci.org/) is a great (free) tool for testing the app. However, when using Figaro, the configuration sometimes needed for running the test suite (Pusher...

feature

Is TomDoc still cool?

documentation

Otherwise, Spring does not reload the application when `application.yml` changes.

question

## ⚠️ 🚧 Work in Progress Related to #20. The first commit adds red tests. Please fork and continue your branch off of this `block-matchers` branch in an attempt to...

bug
help wanted

It seems that the `eventToHotkeyString` function returns `" "` for a spacebar keystroke, as described in the [key values docs](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values#whitespace_keys). But the [`expandHotkeyToEdges` function](https://github.com/github/hotkey/blob/04b4bcfe449bec8e3f1d11d7a2c5dddbb73f7ca1/src/utils.ts#L24-L26) also uses the space character to...