Jonathan Coates
Jonathan Coates
One temporary workaround while we're hashing this out is abuse the fact that file uploads only write to the root directory and put any 'important' files in subdirectories. So in...
> all computers don't suddenly have a sandbox escape When did this happen?
> But that don't resolve the issue as there is always possibility that there are still gps hosts that have not yet responded to old ping. Surely this bit isn't...
Reminder for myself. This line, needs to be replaced with a call to `newLine()`. https://github.com/SquidDev-CC/CC-Tweaked/blob/36bb8b67c927084c68d04823e91d98d95426af7e/src/main/resources/data/computercraft/lua/rom/apis/textutils.lua#L199
Having another look at this, and there's a lot more bugs in the whole paging system than I was expecting. I'm honestly not quite sure how to best fix this.
Sorry for not looking at this sooner, I know you've put a lot of effort into writing this up! I do really like this approach - it's definitely the most...
> How would you tell when to paste from the CC buffer or from the host OS buffer? I'm assuming what Wojbie is proposing here is that `shell.setCopyableText` sets the...
We've broken redirect code before (see `blit`, `setPaletteColour`) and it's not the end of the world. Though I don't think it fits well within term - you can't copy from...
> Whether that's clipboard text or a downloadable file is somewhat irrelevant, although the mechanism for offering and then confirming would likely be different for the two. Sorry to post...
> For the has changed/is dirty thing is there any issue with providing both a callback option and a polling option? Aside from the duplication. I'm a _little_ worried about...