Patrick Reader
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!!)
Please leave a comment with a list of requests to make a checklist using this markdown format: ```markdown - [ ] C++ - [ ] XYZlang ``` Link for reference:...
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.
https://chat.stackexchange.com/transcript/message/64883360#64883360
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...
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...
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...