lyqyd
lyqyd
I'm not sure I fully understand the issue here--netDaemon isn't supposed to handle those packets, they should be getting redirected to the appropriate server program when they are received. Do...
Hmm. I'm having trouble reproducing the situation on my end. It seems like the pinger client isn't actually trying to interact with the echo daemon at all. The only traffic...
Thanks for your incredibly insightful contribution there. I don't agree that separate MIMEs require separate extensions, or even any extensions at all. The MIME type of a file is unrelated...
I'd be fine with changing the default extension to `.lua` (or no extension), and the mime to `lua/source`. I don't think it would be useful to change this standard to...
I think there's still value in making a distinction there. APIs often won't do anything except put functions into their environment table. Yes, they're both valid lua, but they are...
Sorry for any confusion. For clarity, I would use `lua/source` for _any_ valid lua file (.lua or no extension) that could be thrown through shell.run in ComputerCraft. I would _also_...
These are standards for use within the context of ComputerCraft. That MIME string is unnecessarily verbose, and we don't need to make things more difficult just to try to "comply"...
I've assigned oeed 'cause he said he'd update the standards soon, but I don't see any new commits since then. :-)
The version number also needs to be present in the information table at the top. I think that the levels should be `DEBUG`, `INFO`, `WARN`, `ERROR`. A log viewer program...
We might find it useful to standardize the full file system over rednet feature set (which nsh's file transfer system uses a subset of), examples of which can be found...