riju icon indicating copy to clipboard operation
riju copied to clipboard

⚡ Extremely fast online playground for every programming language.

Results 83 riju issues
Sort by recently updated
recently updated
newest added

For Objective-C, LSP reports the following diagnostic on the first line of the file, even though compilation succeeds and autocompletions appear to be available: ``` In included file: 'objc/objc.h' file...

language support

Currently, this is what it looks like if you run the example Scala program and then type something into the REPL: ``` Welcome to Scala 2.11.12 (OpenJDK 64-Bit Server VM,...

language support

Currently, the Unlambda REPL just lets you run an entire program, which must explicitly produce output in order for you to see a result. We should surface the SKI-formatted evaluation...

language support

It appears that Nim has [a third-party REPL](https://github.com/inim-repl/INim). We should support it, if feasible.

language support

Currently, if there is a compilation error in any of the application code of Riju, the only indication when using `yarn dev` is that the code stops being updated. This...

developer ux

Currently, if the repl or run process terminates unexpectedly, there is no user interface indication that this has happened, other than a debugging message sent over the websocket. We should...

error handling

Currently there are a few resources fetched over `http://` or `ftp://` during the build. This is clearly insecure and should be fixed, most likely by hosting mirrors of the files...

security

Currently, the undo history of Monaco is lost whenever the client reconnects to the server. This is unlikely to happen often, but it's still a bug. See https://github.com/Microsoft/monaco-editor/issues/926; the issue...

improvement

Currently, we don't do a great job with Wine. There are various race conditions and missing cleanup actions relating to `wineserver` and `winedevice.exe`. These should be fixed.

language support

Currently, we have syntax highlighting only for the languages listed in [monaco-languages](https://github.com/microsoft/monaco-languages/tree/master/src). However, this is a small subset of the total number of languages that are supported. We should investigate...

language support