Evan Goldenberg
Evan Goldenberg
Following up on the performance issue, I notice the problem when I open a spec file but before I run any tests. It seems to run a couple operations for...
@Tabby the latest branch seems much faster! Thanks for fixing that up
> The problem with the approach described in the article is that examples may litter class, and those changes would persist between examples. This is true of any class defined...
If you have `run` mode enabled, you can simply put that command in an executable file that is on your path, and then run it.
duplicate of #3549, I believe
ah, yes - you are correct
Since it isn't documented here yet (but it is mentioned issue #2936), I'm noting that my LSP failed to start up with this error: ``` 2024-12-18 15:30:04.182 [info] (dashboard) :37:in...
@vinistock I realized that my lsp was stuck on an old version because `rbs` was being pinned at an old version due to another gem. After forcing a `ruby-lsp` upgrade,...