kotlin-playground icon indicating copy to clipboard operation
kotlin-playground copied to clipboard

Self-contained component to embed in websites for running Kotlin code

Results 76 kotlin-playground issues
Sort by recently updated
recently updated
newest added

css contains url: ![Image](https://github.com/user-attachments/assets/fe420838-9fae-41d4-bb15-b6c5b9a2d46e) but subj: ![Image](https://github.com/user-attachments/assets/a10bfc8c-dfa7-4737-b3cb-3ab0aa1fae71)

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...

dependencies

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