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

It appears that Riju was unavailable from about 10:15pm to 10:20pm PT on Thu, Oct 21, 2021. Supervisor logs during the incident ``` 2021/10/22 05:13:37 active: downloading deployment config from...

sev
resources

We should fail the Riju build if there are any collisions in the `aliases` defined for each language's configuration, as these are never intentional and may cause confusion.

testing

Hi Radon! Thanks again for this great resource! I'm having a problem building the admin shell: `make image shell I=admin` It says my ubuntu image is: https://download.docker.com/linux/ubuntu hirsute/stable amd64 Packages...

self-hosting

Currently you have to use ctrl-F to find the language you want, or scroll down manually, or type in the URL directly. This isn't the best experience, especially since the...

major feature

It's possible to run Riju outside of AWS. It's just that you lose the ability to do blue/green deployments and the ability to build the Docker images on a separate...

documentation
infrastructure

I've gotten a fair number of errors like this showing up in Sentry: ![image](https://user-images.githubusercontent.com/6559064/134791152-721b8c56-ab0e-4817-b4b2-9b943dcea882.png) We should figure out why that happens, and address, if possible.

error handling
sentry

I see that the [self-hosting instructions](https://github.com/raxod502/riju/blob/master/doc/selfhosting.md) are extremely reliant on cloud-specific architectural considerations (mostly AWS stuff). Is there a way to abstract that out and create a Kubernetes deployment mode...

deployment

For some reason I seem to have lost all logs with `{source="server"}`. Not sure what changed: ![image](https://user-images.githubusercontent.com/6559064/130313774-d0a96b23-c6d5-4c56-a8d5-39eb9cc4c038.png)

monitoring
alert response
panic

Currently, the only way to deploy a subset of languages to Riju is by deleting the relevant files from the `langs` subdirectory. It would be ideal if this could be...

self-hosting

Currently if the supervisor process has not successfully booted a server container, it just serves a 502 response with an empty body. This is a result of the default behavior...

error handling