Connor Shea

Results 290 comments of Connor Shea

> Maybe it's %a{deprecated} in RBS files and # @deprecated in Ruby files? I think that makes the most sense, yeah

Based on https://github.com/ruby/rbs/commit/caecdfe2be0bc4fda77ccfb4b5672e5eaed999b5 you're right that that's how it's intended to be done in RBS, and the LSP recognizing this would be very useful.

Two other scripts also exist to do this, although I think they only check the links in the `mdn_url` attribute: - https://github.com/epistemex/mdn-linkchecker (mentioned in #1703) - https://github.com/connorshea/mdn-compat-data-explorer/pull/48 (mentioned in #1998)...

Now that React Compiler is 1.0, is this possible to finish up or is there a larger blocker?

We ran into this problem at work, where the `.ruby-lsp`directory needed to be fully deleted and recreated after we updated Ruby and a lot of our gems at the same...

I think this may be related to #7704? Unfortunately I think this'd be a breaking change so I'm not sure how willing the team would be to fix it in...

Is there a way to have `env` work like `plugins` and `categories`? I'm not entirely sure where the `env` values come from right now, but the JSON Schema doesn't provide...

Also because we share the AllowWarnDeny type for both rules and categories, this happens, which looks goofy: It feels messy to duplicate the whole class/schema just to fix the weird...