Jędrzej Rochala

Results 40 comments of Jędrzej Rochala

> Maybe linked to #2187? It indeed is. I've found that classloader used to load presentation compiler is defined as follows: ```scala package scala.meta.internal.metals /** * ClassLoader that is used...

CI will fail unrelated to your changes. I'll give it a look tomorrow.

IMPORTANT: When backporting make sure that https://github.com/scala/scala3/pull/21438 is backported before this PR.

I think in cats-effect runtime we can't use otel-profiling-java because the [spanId assignment to async-profiler tracing context](https://github.com/grafana/otel-profiling-java/blob/6ddc19fe2e37ad1b60ec26baf613a049c2be30e5/src/main/java/io/otel/pyroscope/PyroscopeOtelSpanProcessor.java#L58) won't guarantee us that all of those computations will be run on the...

Hey, that would be perfect. The problem is I may not find time for this in the near future. For now, I recommend you to use non-worksheet mode, as it...

I'm not sure if this will be compatible with our tree-sitter version.

Hey, firstly, thanks for reporting the issue. It seems like this issue is no longer reproducible and everything is working as intended. Can you check once again and confirm that...

Oh, that would be nice to format it, but sadly I can't merge it until https://github.com/scalacenter/scastie/pull/997 is merged. It will be impossible to rebase after this. I hope to return...

It should also contain a reason why metals are not working for the current file / module that we edit. What I'm thinking is maybe a dynamic status bar that...

I looked at this, and I think it didn't solve the issue I've had, but the reason is completely on me. I made a mistake when I reported it. Likewise,...