Brandon Autrey
Brandon Autrey
In Que [v1.2](https://github.com/que-rb/que/pull/336), it was deprecated to pass top level keyword args in the `enqueue` method. This is to prepare for Que v2. This causes warnings such as: ``` Passing...
Getting this warning with running tests by `rspec -w` ``` .../.rvm/gems/ruby-2.7.7/bundler/gems/deterministic-3c6e3f2a1acc/lib/deterministic/sequencer.rb:27: warning: instance variable @sequenced_operations not initialized ```
Bump version to 0.17
**What would you like to be added**: The EOL life checker to take into account packages which have been abandoned, making them unmaintained. This means no activity on Github, and...
This commit adds an example application. https://github.com/JamesBrill/react-speech-recognition/commit/d0a5a0d4c10848b84a03aa8ee08607f041e85216#diff-1535411cb2415fb67afeb1c065a510ffa994728c2d77ac85f2919b4a9122f464 On the master branch of the library, I do not see the example app. Why did the example app get deleted? If there...