kotlin-playground
kotlin-playground copied to clipboard
Self-contained component to embed in websites for running Kotlin code
css contains url:  but subj: 
https://play.kotlinlang.org/ is missing the "Share" button, which I was using extensively to share explanations of how various pieces of code work while providing runnable versions of them. Do I have...
Now wasm can compile only user code, and libraries are provided statically. So server can return versions of skiko and stdlib (for stdlib hash is used). Then based on these...
**Feature Request** Currently, the Kotlin Playground does not support standard input directly. Meaning that running the following code will not work: ```kotlin val number = readln() println("You entered: $number") ```...
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7. Release notes Sourced from http-proxy-middleware's releases. v2.0.7 Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7 v2.0.7-beta.1 Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7-beta.0...v2.0.7-beta.1 v2.0.7-beta.0 Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7-beta.0 Changelog Sourced from http-proxy-middleware's changelog. v2.0.7...
Add protobuf codemirror support to kotlin-playground Have a use case for highlighting protobuf and using kotlin playground component via https://www.npmjs.com/package/kotlin-playground-react-component Want to expose protobuf support