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

The console opening changes the size of the editor a lot so it wold be nice to have an option to have it be open from the beginning

Hi, in some cases i'd like to hide a sample using `display: none`. My issue is that when i show it, it doesn't look the way it should. Example: ![image](https://user-images.githubusercontent.com/15652452/87881634-d9204880-c9fa-11ea-93d3-41adfcd462aa.png)...

I'm using Kotlin Playground in an iframe, and I need to expand the iframe size based on the height of the playground. Right now I can update the iframe size...

Just a shortcut to close the console with the output. When working from a laptop console takes too much space of the screen property and you need to click the...

Actually data is appearing with the orange color (darcula theme) when it is used as named param. ``` someFunction(data = "Some data") ``` It even is detected as keyword in...

In recent releases, non-Latin characters are broken in the result. It looks like an error.

Hello, I'm adding support for embedding kotlin playground in https://dev.to One issue I'm having is that I would like to prevent people from using not the embedded link (from the...

Use [google-modes](https://github.com/codemirror/google-modes) **playground.min.js** `431 KiB` => `458 KiB`

The collapsed block appears when you are using `//sampleStart` `//sampleEnd` markers. This block is closed by default, which is not always convenient. So, maybe add an attribute to show it...

This PR adds an ability to opt out of any communications with server. Possible usecases are: strict content security policy, user data protection, offline support