OlegYch

Results 67 comments of OlegYch

@jimka2001 right, we should reload snippet list after save automatically and add some more info in the list

this can be done using current REST api eg https://github.com/scalacenter/scastie/blob/4900371dfec3a56286b0800666c037572b1d87b0/client/src/main/scala/com.olegych.scastie.client/RestApiClient.scala#L69 though it is not well defined, it is pretty stable

@Sciss ![image](https://user-images.githubusercontent.com/268312/97877862-798a4680-1d26-11eb-9a85-c9f294a9de3d.png) the `scala-java-time` item works i'm not sure what `scala-java-time / scalajavatime` is, please log the issue on scaladex side

@danwerner pretty sure it can only be fixed on scaladex side https://index.scala-lang.org/api/search?q=cats&target=JVM&scalaVersion=2.13 shouldn't list artifacts not available for 2.13

@david-bouyssie don't think it will be possible as it will become too easy to abuse

@vincenzobaz it's not accepted by scalac either, with or without instrumentation

@i10416 can you give me a sample scastie which demonstrates the problem?

i think it's actually preferable to have annotations closer to where they were produced intellij and eclipse probably output it in separate pane just because it's easier if the current...