Blake Miner
Blake Miner
I think the issue is that the HMR server uses [ws](https://github.com/websockets/ws) to create a new WebSocket server with the `server` option set: https://github.com/parcel-bundler/parcel/blob/2facd5df904b3888774a965a6be0e16248006449/packages/reporters/dev-server/src/HMRServer.js#L89 This basically ensures that `this.wss` now handles...
Anyway, hope this is an easy fix. If you want, I can try my hand at a PR for this.
PR is still open
This is still an issue with an open PR
@sholderbach - That's fair, although perhaps there should be some better way to "parse" the `mode` field. For example, the string form `rw-r--r--` cannot really be passed to an external...
Similar issue here: https://github.com/nushell/nushell/issues/11884