Joe Sharp
Joe Sharp
Version 1.3.0 merged my pull request to add output directory options. I should update the readme to explain how to use them and show some examples.
The extension has stopped working within the last couple of weeks. A few other people are reporting the same in the extension reviews. My current OS and Chrome versions: -...
**Your proposal** Pry and IRB have a feature in which `_` is always set the the value of the last expression. While I realize it may not make sense to...
On line 67 we join with two newlines, which will create an extra newline with how we recommend people use the Gemfile customization feature. This PR chomps the final newline...
Any chance you can check-in the Rubocop config? The rules that Hound enforces are a bit difficult to predict. If Hound is using its own default config may I suggest...
Raised in https://github.com/thoughtbot/appraisal/pull/191#issuecomment-1248935068, it seems desirable to be able to use variables in `customize_gemfiles` so that custom instructions can be provided. I have added the most likely used options, but...
## Description Underscore stops working correctly after entering debug mode. Issue is present on Ruby 2.7.8-3.3.0. Cross filed from https://github.com/ruby/debug/issues/1069 **Additional context** Shell session: ```rb irb(# 3+3 => 6 irb(#...
### Describe the problem as clearly as you can `bundle lock` commands, including `--update` don't seem to work with any registered hooks. I could see them having a different set...
### Describe the feature or problem you’d like to solve Currently running `gh pr comment --edit-last` will fail if there is not an existing comment from the author. It would...
### Describe the problem as clearly as you can I hope this isn't me misunderstanding what these flags can do, but according to the help (`bundle help update`) `--major` should,...