Keith Bennett

Results 28 issues of Keith Bennett

(This issue may be related to https://github.com/piotrmurach/tty/issues/78.) `teletype new` does not seem to be getting the argument input on the command line. Here is the session: ``` > gem uninstall...

I am porting a Rails 6 Postgres app to JRuby and am getting the following error when trying to perform a DB operation such as `rails db:reset`: ``` rails aborted!...

I was trying to learn more about using the `server` subcommand, so I tried `yard -h`, but there was no mention that it even exists. On further investigation, I found...

### Environment * Ruby Version: 3.1.2 * Semantic Logger Version: 4.11.0 ### Expected Behavior Adding the signal handler and then sending the log level signal should cycle one level down...

### Environment * Ruby version 2.7.6 * Semantic Logger version 4.11.0. ---- The SemanticLogger::Loggable module provides an instance `logger` method that lazily initializes a `@semantic_logger` instance variable. If the instance...

### Issue https://github.com/reidmorrison/semantic_logger/issues/231 ### Changelog - Fixed log level signal handler to include fatal and error levels. ### Description of changes The log level changer signal handling was omitting the...

Greetings Sau Sheong! I don't know anything about go, so maybe this is an unreasonable request, but could you add to the README instructions for building this app from scratch?...

Hi, I am using RSpec with JRuby 9.4.3.0. The code base on which it is running is as of the following commit in my open source 'rika' gem: https://github.com/keithrbennett/rika/commit/fadcf6c3cf263bb108f7be9a0900a1ef75da5c0e ....

Organizations are in random sort order making them more difficult to find. This will become more and more of an issue as the list grows.

The refresh interval control in the configuration only allows values between 2 and 10. Is it possible to use a control that includes a text field in which the user...