Jonathan Coates

Results 153 issues of Jonathan Coates

The HTTP API currently buffers responses on the Java side, only firing a `http_success`/`http_failure` message once the response has been closed. It would be neat if there was an option...

enhancement
area-CraftOS
area-Core

Creating omnibus issues is always a bit of a risk (see #91 which never got finished) but, in the vein of #1677, I think it's useful to have a place...

enhancement
area-Minecraft

Occasionally I have an idea for a documentation page it might be nice to have, but then never write it down and eventually forget! This issue serves as a list...

enhancement
area-Documentation

One of ComputerCraft's longest standing issues is that computers can use an unbounded amount of memory. This means that malicious users can allocate large amounts of memory, slowing down or...

enhancement
feedback wanted
area-Core

Currently, a computer gets a direct view of the host computer's filesystem, meaning that when a computer changes a file, it is immediately written to disk. This is fine most...

enhancement
feedback wanted
area-Core
area-Minecraft

While the built-in `edit` program is useful for quick editing of files, it's quite easy to accidentally lose one's changes: - If there is insufficient disk space, saving a file...

enhancement
feedback wanted
area-CraftOS

CC:T's test suite is incredibly flaky when run via CI. I think this is just a limitation of how powerful the runners are (they work fine on my machine!) -...

bug
area-Minecraft

This isn't really a concrete feature request, but is more some musings on things which would be good to improve to make programming in ComputerCraft a little bit friendlier. I...

enhancement
feedback wanted
area-Core

This performs a very simple textual substitution of `$source$` and `$title$`. We want to avoid full Pandoc templates, as that conflicts with LaTeX. Closes #213.

Sometimes it's useful to create standalone configurations which contain remapped mods. For instance, I define additional run configs which launch the game with additional mods present. In previous versions of...