Denys Sedchenko

Results 62 comments of Denys Sedchenko

@Balu114, I've added this feature recently. Please check out README (**Options** section)

@rajhim, @coffeymatt, you can use `headless` property to disable internal input and use your external ``: ```html ```

Same stuff. Using ArchLinux with linux-zen and GNOME 40

@profMastermind installed. Now `sudo waydroid container start` and `session start` just hangs (nothing happens).

@dop251 1. I've planned to rewrite `toReflectValue` method to make it more efficient (less reflect calls) but decided to do this in future PR because I thought that make PR...

@okkedek @t3hmrman @dpskvn `res.flush()` is deprecated. Use `res.flushHeaders()` instead. ```diff - res.flush() + (res.flushHeaders || res.flush )() ```

Hello @ian-h-chamberlain and thank you for the feedback. The `⌘+⏎` shortcut and VIM commands are implemented in different way. A quick run shortcut is actually a [monaco editor action](https://github.com/x1unix/go-playground/blob/master/web/src/components/editor/CodeEditor.tsx#L80). The...

@ian-h-chamberlain thank you for the research :)