Andy Waite

Results 394 comments of Andy Waite

Maybe there is a way: https://github.com/Shopify/rubocop-sorbet/issues/142

It's linked from https://status.rubygems.org but it seems the Twitter feed includes updates that wouldn't appear on the status page, such as https://twitter.com/rubygems_status/status/1687571466618028033

I just ran into this too, after upgrading from 0.6.1 to 0.7.1. It seems this commit made some big changes to the API: https://github.com/aseldawy/rasem/commit/788f6874ff7dc44f65c63e36c8863f676ca196c9 @aseldawy have you considered using [Semantic...

Here's a minimal example that results in a false positive for `Layout/ExtraSpacing` due to the emoji: ```ruby # 👎

Thank for you the contribution. From a quick read, it seems the PR is doing two main things: - fixing handling for multibyte characters - introducing support for encodings other...

(the rest of the team is at RubyKaigi so there might be a little delay until we ship this)

Not a blocker, but would we want to also support `instance_variable_set` and `instance_variable_get`?

I notice that for Document Symbol, the `@` is included as part of the name. I know that's how Ruby represents it internally, but I'm wondering if that should be...