Guillaume Massé (马赛卫)

Results 160 comments of Guillaume Massé (马赛卫)

Yup we could add a try catch in the RestClient https://github.com/scalacenter/scastie/blob/master/client/src/main/scala/com.olegych.scastie.client/RestApiClient.scala

Hey, thanks for trying it out. I'm sorry that it does not work on windows. Your contribution would be really valuable and I'm ready to assist you in installing a...

Hum it look like you need python for https://github.com/sass/node-sass/issues/1176#issuecomment-323035618

@DaniRey Amazing! Thanks for your perseverance.

Good point, it should have an (X) to dismiss it. Currently, you can press (Esc) or Hit the: Clear Annotations button.

Good idea! There is a timeout after 40 seconds, but if you know you made a mistake it would be cool to cancel the evaluation.

@stanch Done. https://scastie.scala-lang.org/MasseGuillaume/fNDpQ9AgRbKA4KEvP3NaeQ/1 I added a `image(path: String)` to the api to display images from the server using base64 encoding. For some reason, animations throw an Exception. ![2017-04-25-181414_3000x1920_scrot](https://cloud.githubusercontent.com/assets/921490/25410228/7619f818-29e3-11e7-8d6c-8b967188bb9e.png)

take a look at https://github.com/scalacenter/scastie/blob/master/CONTRIBUTING.md#contributing ``` cd docker docker build -t scalacenter/scastie-docker-sbt:0.0.14 . https://github.com/scalacenter/scastie/blob/master/build.sbt#L122 sbt > sbtRunner/reStart or sbtRunner/docker then docker run --network=host scalacenter/scastie-sbt-runner:0.16.0 > ~server/reStart ```

Diagram: https://scastie.scala-lang.org/zzQ4rnCFRVKQUqQjM7n0AA Animation: https://scastie.scala-lang.org/8oZtpMStRduxM2PfphZsfA The animation shows as a static image. ImageIO.read does no read the gif: https://github.com/scalacenter/scastie/blob/master/runtime-scala/jvm/src/main/scala/com.olegych.scastie.api.runtime/Runtime.scala#L17 This could solve the issue: http://elliot.kroo.net/software/java/GifSequenceWriter/ also > You can add additional...

ImageIO does not read the animation part of the gif. basically what we need is to read the gif data and convert it to base64 so it can be sent...