Vinz

Results 43 comments of Vinz

This info could be easily added to the console output or maybe stored with the sbt config as it is available in the java process ``` scala> System.getProperty("java.runtime.version") res6: String...

Wow! I have been talking about migrating to akka typed for a while now, I agree it is clearer and can avoid several bugs. It might take some time review...

Would it be possible to split this PR into smaller ones? 1. Upgrade many dependencies 2. Changing build and deploy to docker and vagrant 3. Migrate to akka typed I...

I am having the same issue. The url is accessed in `themes/generic/src/main/assets/source.st` which is used in `themes/generic/src/main/assets/page.st`. I think that `source_url` is exposed to the template via the `PageContents.getSource_url` (imposed...

I agree wtih @julienrf . I do not like this solution and I think the issue should be still be open. It is not an easy fix but I think...

Hello @juhp and thank you for submitting this interesting issue. My first idea was to replace the indentation syntax with braces (https://scastie.scala-lang.org/134QRqYzTDKrdeW79TRyiw) which produces a scripts that works as expected....

[here](https://github.com/scalacenter/scastie/blob/0603528734fb03687ea1f620768686d06e85bbcc/project/DockerHelper.scala#L73) a new, non-root user is set up for the container. Is it actually used? This might be unintended behavior

You can create a new theme by copying the generic one and removing [this line](https://github.com/lightbend/paradox/blob/ab1952600f857c0df589ef7b42801978c2a097fd/themes/generic/src/main/assets/page.st#L74)

Hello @jimka2001 ! Scastie saves snippets to a MongoDB server managed by the Scala Center. The code related to storage is in the package `com.olegych.scastie.storage` in the `storage` module. For...

There are no more errors, but nothing seems to be run