Brian Bugh
Brian Bugh
You can accomplish the same thing with Rubocop by specifying only Layout cops, like this: `rubocop --only Layout ` ruby-beautify can be completely replaced with Rubocop by simply using `rubocop...
This would be great to be able to disable since the auto-closing doesn't correctly add closing parentheses for anonymous function arguments.
I'm not sure either, but from [this comment](https://github.com/xojs/xo/issues/428#issuecomment-1207223757), it doesn't sound like xo is using the prerelease eslint flat config.
Hey @userquin. Your example shows you accidentally passing kebab case in to `camelToKebab`. If you pass the actual camel case in, you can see the issue reproduced. I don't believe...
I'm confused about this thread as it doesn't seem like the conversation happening now is related at all to the original issue I reported above.
Ahhh, thanks for the workaround! That's helpful.
We have been running this patch successfully on multiple Intel NUC devices in production for a couple of months now. It seems like the special handling added is no longer...
vcr has a common pattern for generating names of cassettes from the rspec example. ```ruby # probably already have this in the code example = RSpec.current_example # get the description...
I have a fork with two commands: 1. `show-state` which just shows the state of the current binding (as if it had been toggled) 2. `toggle-state` which turns on and...
I added PR #10 for this, with test coverage now. 👍