riju
riju copied to clipboard
⚡ Extremely fast online playground for every programming language.
Hello! I am making this issue to ask if there’s a way to limit resources per session? e.g one session can only use x amount of memory, storage
Hey community members, You've probably noticed that development progress on Riju isn't active right now - no updates have gone out for many months. This is because I was caught...
I ran into https://github.com/xtermjs/xterm.js/issues/3353 and figured that setting up Dependabot here would be more useful long-term than only bumping Xterm.js in `yarn.lock`.
Hi, How hard/compilcated do you think it is to add a debugger option like [this](https://www.onlinegdb.com/online_python_debugger). ? I went through the roadmap but didn't see any plans of adding debugger and...
Sometimes, the REPL doesn't print output that it's supposed to print, and the program prematurely ends before all output has been sent. Example-- the following program prints 0 through 9;...
Steps to reproduce: 1. Go to https://riju.codes/elm 2. Click on Run Error: Compilation failed -- PROBLEM LOADING PACKAGE LIST ------------------------------------------------ I need the list of published packages to verify your...
I'm trying to add my own programming language called Hook (https://github.com/fabiosvm/hook-lang) to this `riju` project. Reading the guides, I found the entry of new languages friendly. That's true? I created...
Currently, Monaco is configured to use spaces for indentation in all languages. This should be adjusted so that Go (and perhaps other similar languages) uses tabs.