Nicholas Neville

Results 4 comments of Nicholas Neville

Hopefully this gets sorted out soon. I closed a duplicate issue of this today. I did not see this issue when I created the duplicate. [Closed duplicate issue #12735](https://github.com/oven-sh/bun/issues/12735). Node...

> I've tried, Bun has no issues with UNIX sockets on Windows (which have [supported them since around 2017](https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/)). > > The following code runs fine on my Windows machine...

> > I assume you are using WSL? Debugging any TS doesn't work for me. Can you provide information on your setup/OS/etc? > > No I confirm, it was running...

> @Jarred-Sumner I replaced the `\\` with `/` (in `adapter.ts`, `debug.ts` and `signal.ts`) and URL parse error is gone e.g. instead of `ws+unix://C:\\Users\\myusername` it is now `ws+unix://C:/Users/myusername`. > > The...