Results 138 comments of 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.

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

I am happy to make a PR for this. I see that you are doing something similar for `` checks. Let me know!

Note: this is against the v6 branch. EDIT: ~~There will also need to be a fix for the main branch!~~

> It seems that Oracle and MSSQL 2019 are currently broken in CI. I won't be able to look into it properly for another week at least (debugging from my...

I do not think this problem exists in `master` branch (i.e. v7)