Jonathan Coates
Jonathan Coates
``` 2022-07-27 19:00:30 RangeError: Max payload size exceeded 2022-07-27 19:00:30 at Receiver.haveLength (/src/node_modules/ws/lib/receiver.js:306:16) 2022-07-27 19:00:30 at Receiver.getPayloadLength64 (/src/node_modules/ws/lib/receiver.js:292:17) 2022-07-27 19:00:30 at Receiver.startLoop (/src/node_modules/ws/lib/receiver.js:136:22) 2022-07-27 19:00:30 at Receiver._write (/src/node_modules/ws/lib/receiver.js:77:10) 2022-07-27 19:00:30...
Yeah, well that wasn't helpful was it!
Fixed in ede5b3b02bd28b2a8771363bd7b84ad5881e0330.
The `cloud` command behaves differently depending if you're in an active session or not. In this case, `-t` is only available when starting a new session. Should probably improve the...
Oh woops, wrong issue.
Were you running using the `wget run` version instead?
Yep - it's trying to run `wget` again, instead of `cloud.lua`. Lovely, not sure how to fix in a nice way.
In the case of custom shells, it's worth noting that you can do `shell.setAlias("shell", "")` and cc will just use that instead. But agreed a custom program would be good.
Fixed in 83609dfe5464c59a018dd937b177abf541880b13.
I've deliberately left off having a whole file tree as it introduces the whole problem of keeping the tree in sync. You'd have to walk the whole tree every x...