Alexander Momchilov
Alexander Momchilov
> I would also like to reduce some boilerplate/extra indentation if possible. Me too! The outter-most `Spec { ... }` can certainly be removed, I just couldn't figure out how...
Oh that's an interesting approach. I'll try playing around with it
> Use Sorbet types (would that work in RubyMine?) There's a Sorbet plugin for VS Code, but not Rubymine, I'm afraid. There's an open feature request: https://youtrack.jetbrains.com/issue/RUBY-21793 > Expand def...
Hey there! Total newb here. I took a stab at implementing this. Does anybody want to help me bring it to the fruition? Here are the PRs: * In ESP...
@rafaelfranca Vinicius suggested that offline. When I have time, I'll run it against core. I'll put this in draft until then.
We actually moved away from having that abstract base class. There were other edge-cases in FrozenRecord that made it more painful than it was worth. I won't have time to...
@kattrali While that workaround works, could this issue be reopened? Personally, I think this warning should just never be emitted unless `config.notify_release_stages.include?(config.release_stage)`. At Shopify we have countless repositories that use...
None of that is valid code. * `let a = Set()` is illegal because the element type of the `Set` isn't specified, and can't be inferred. * `let b =...
I don't remember what this repo was about. What unit tests were you talking about?
Interesting find. Thanks for the context!