Patrick Reader

Results 42 issues of Patrick Reader

- [ ] get automatic reloads to work - [ ] get the server to stop in Docker when sent SIGTERM

Dockerise: - [x] Basic development environment (#107) - [ ] Testing environment (with all languages in it) - [ ] Production environment (needs security!!)

feature
internal

frontend
feature

Please leave a comment with a list of requests to make a checklist using this markdown format: ```markdown - [ ] C++ - [ ] XYZlang ``` Link for reference:...

language request

There are more sizes of icon now; I might need to work out which are appropriate to use where, which is why I'm not just doing this immediately.

frontend
change

https://chat.stackexchange.com/transcript/message/64883360#64883360

feature
language-specific

Currently the hello world testing system (#126) only works for code, input, arguments, and output which are valid UTF-8, and it can only test exact matches on stdout. If a...

feature
tests

At the moment docker image extraction uses about 3x 2x the disk space it needs because every image is extracted on production as part of deployment. This could be skipped...

change
internal
maybe

Currently if you lose internet connection it will just sit there spinning. Is there anything we can do about this, short of implementing ping pong (which I don't want to...

frontend