OlegYch

Results 67 comments of OlegYch

@giabao this seems rather fragile https://github.com/giabao/scastie/blob/8c204aa22c6e4fe097235e5b801ea71a56026afe/utils/src/main/scala/com.olegych.scastie/util/PlayJackson.scala#L24-L30 as well as this https://github.com/giabao/scastie/blob/ca0ac20ed18b27e3f98222dd35d76defa7095d38/utils/src/main/scala/play/api/libs/json/jackson/PlayJsonDeserializer.scala#L43-L42 i'd rather keep using java serialization instead

@giabao i did a rebase at https://github.com/scalacenter/scastie/tree/akka-typed most of the time when i do 'startAll' locally no runners connects to the server, here is the log: ``` olegych@DESKTOP-EKE9IQD:/mnt/d/Distrib/Coding/Java/scala/scastie$ sbt [info]...

this would need some thinking UX wise meanwhile you can try this https://github.com/OlegYch/multibot/ (afair slack has irc gateway)

@soronpo fixed multiline strings, but extended palette is a rabbit hole i'm not willing to go down atm

@tribbloid incremental compilation won't help here since it's just a single file i think we can extend the timeout to one minute if that would help atm if you need...

we could implement more fine-grained control over timeouts since it's currently both wasteful resource-wise and not really helpful against determined attacker please contact @scalacenter for possible donations

how about this: 1. highlight the line with error/warning via background 2. add a tiny pointer below the line for exact position 3. try to maintain positions on basic code...

> > > Running as a non-root user seems like good first step. > > Could the JVM's [SecurityManager](https://docs.oracle.com/javase/7/docs/api/java/lang/SecurityManager.html) be useful as well? we used to use SecurityManager in https://github.com/OlegYch/scastie_old...

@soronpo i'm not sure why wouldn't you want to see the values in the editor

@soronpo afair macros should be in a separate module for 2.13, was that relaxed to separate file in 3?