You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.
first of all, congratulations for your app, you've done a great job in this new version.
Trying your new interface at codebrew.io (I used the app when it was scalakata.com but I didn't know this new version) I hit CTRL+R (I think it was CTRL + R...) and the panels and buttons of main page all disappeared and I can't even see the documentation and can't find a way to restore them (what the hell I've done!!!).
Could you please tell me how can I come back to main page where all panels and buttons are?
Thanks.
The text was updated successfully, but these errors were encountered:
Was there any movement on this? I used to use your awesome site for testing code concepts but I can't any more. The most crucial thing missing is the output pane, but I've also lost access to all the snippets I've created.
To capture the output you can do this (the output is duplicated, it's a bug). I'm not shure why you want to println something when you can see the instrumented value immediately.
valoutputStream=new java.io.ByteArrayOutputStream()
Console.withOut(outputStream) {
println("console")
println("=== end ===")
}
outputStream.toString
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
first of all, congratulations for your app, you've done a great job in this new version.
Trying your new interface at codebrew.io (I used the app when it was scalakata.com but I didn't know this new version) I hit CTRL+R (I think it was CTRL + R...) and the panels and buttons of main page all disappeared and I can't even see the documentation and can't find a way to restore them (what the hell I've done!!!).
Could you please tell me how can I come back to main page where all panels and buttons are?
Thanks.
The text was updated successfully, but these errors were encountered: