Keith Bennett
Keith Bennett
I don't know...when I try `teletype new myproj` on Ruby 2.7.3 after doing `gem install tty`, I get this: ```/home/kbennett/.rvm/rubies/ruby-2.7.3/lib/ruby/2.7.0/rubygems/specification.rb:2247:in `raise_if_conflicts': Unable to activate tty-0.10.0, because bundler-2.1.4 conflicts with bundler...
I am experiencing this too. Could you reopen and look into this please?
I downloaded the source code and was unable to find a route for `versions`, nor any other code that looked like it was producing that list. I just pointed my...
I just uninstalled bundler 2.3.x gems and have only 2.2.14 remaining. Now when I run `bundle`, there is no delay in execution. The verbose output indicates that it too is...
I think the PR at https://github.com/geminabox/geminabox/pull/435 is a better place for my issue. Feel free to re-close this issue. Thanks, @skaes .
This issue has been a problem with my code base as well, so I look forward to the release of this fix. Thanks to all of you for your efforts.
Thanks, Charlie. For my purposes, I think I'd prefer to specify the username and password rather than change DB settings. I have this in my Gemfile: ``` IS_JRUBY = (RUBY_PLATFORM...
A colleague pointed out that preventing the suppression of fatal and error messages may be a virtue and not a bug. However, if this were the case, then `:error` should...
For the reasons described [in this blog article](https://dev.to/keithrbennett/why-i-prefer-stabby-lambda-notation-5gcj), I suggest changing the preferred notation for lambda notation, single line _and_ multiline) to stabby lambda (`->`) notation. ## Additional context I...
@reidmorrison Yes, that makes sense to me, it would be helpful to be able to log to both stdout and stderr, and I think that's what @todd-a-jacobs and @firxworx were...