Perodactyl

Results 9 comments of Perodactyl

Will `process.stdin` and `process.stdout` ever be implemented? I guess they might be added for support with chalk

> This works for me (QmodLoader is clearly running) but I immediately get a red popup saying that every mod is failing with some "harmony" extenssion file or simething from...

When a connection is made, I'd suggest storing the `ws` parameter in an array. To broadcast, just `forEach` through them and use `ws.send` to give each client the data you...

I answered this a bit ago. https://github.com/HenningM/express-ws/issues/140#issuecomment-900628888

You make a `WebSocket` class on the client side, with a url like `"ipOrWebsiteHostHere/"`. Then, use your client's websocket to send messages with `ws.send` and add an `onmessage` to handle...

Same happens to my friends (but not me). We tried Nothirium, but it just makes their games not start. It happened to use textures from computronics and other mods, and...

I just found the solution to my issue. Some files in my NPM cache were owned by root, and it was trying to overwrite them.

Same issue. Seems like this also applies to opening a special workspace on a different monitor (Open on monitor A and put a window in, then go to monitor B...

`HYPRLAX_NO_FRAME_CALLBACK= HYPRLAX_SKIP_PENDING_PRESENT= ~/Downloads/hyprlax -c ~/Pictures/Backgrounds/Parallax/hyprlax.toml` works. Setting `HYPRLAX_NO_FRAME_CALLBACK` or `HYPRLAX_SKIP_PENDING_PRESENT` to non-default values stops it from working. I have noticed that when one monitor is fullscreened, it works, but if...