Anton Sviridov

Results 169 comments of Anton Sviridov

> and it's already handled in Metals, where it's much more useful than manually searching got everything Where is it handled by metals? Metals doesn't have a search function afaik....

With regards to java home, you can theoretically use something like this: https://github.com/sourcegraph/scip-java/blob/main/project/JavaToolchainPlugin.scala I should warn you though that when using SBT BSP with Metals, some java compilation state gets...

Howdy! We think we're hitting on the same issue. The PR where I'm currently fighting this issue is here: https://github.com/tree-sitter/tree-sitter-scala/pull/87 We're trying to generate the parser from scratch on CI....

Ohhhh that would be a decent explanation as to what is happening and why we killed several GHA runners! I've just run the rust CLI directly and I can see...

Reproducible with vanilla Expecty ~~so I'm gonna transfer the issue there~~ lol, can't do that in a different org. Anyways, it's a bug on Expecty, I'll take a look. I...

Haven't checked, but we probably want a `bracketCase` ova here: https://github.com/disneystreaming/weaver-test/blob/master/modules/core/src/weaver/Test.scala#L24

Timezones, my old nemesis! I'll have a think on how to make those tests less problematic.

> I'm not certain I want it, not certain I don't want it. @keynmol wdyt ? Funny that Mark mentioned `inside` specifically - I've been using it a _ton_ in...

> I'm cool with using matches as suggested by Mark. Any other suggestion on your end, @keynmol ? Yeah I'm okay with `matches`, but may be a version of `for*`...

I think this would be a good opportunity to lock down some of the internal-ish traits that we have exposed. The only argument against that I can see is keeping...