Jędrzej Rochala
Jędrzej Rochala
#22101 Confirms that the issue is actually not in compiler, but in the way how metals load presentation compiler.
After some discussions we've found a possible approach to fix this, but as Jamie pointed, it will be a bigger fix. ```scala def test[A, B, C](a: A)(b: A => B)(c:...
Now that I think of it we can't help with this: ```scala def aaa[A](a: A, b: B): Unit = ??? aaa("", @@) // Expected aaa(a: String, b: String): Unit but...
Hey, we've cleaned the database of anonymous snippets and from now on they will not be stored indefinitely. If someone wants to have persistent snippets they now need to login....
All non-anonymous snippets of users who did not login for 2.5 years and did not accept new privacy policy were also deleted, that's why they are missing. Sadly I can't...
Download button appears for snippets that have ID, so after you press run
When you select Scala-CLI on Scastie and press download is should download single Scala file that contains the snippet code
Add support to trigger completions after :
rebase as tree sitter version is wrong here
I'd start and check whether metals see snippet with directives. If we filter them it will break