Nicholas Neville
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...
> I'm on .NET 9.0 and I get the following error: `'ResourceConstant.Style' does not contain a definition for 'OptOutEdgeToEdgeEnforcement'` > > Do need to do something special in the .csproj...
For me Vite 6 works on bun v1.1.37. I want to use the latest bun, but settled for no Bun upgrades till this is sorted out
> +1 Vite v6.0.7 | bun v1.1.42 Any news? > > P.S. for me it does not work on v1.1.37 as nick4814 mentioned Maybe it is due to your Vite...
Surprised that this has not been fixed after many years I hate wrapping components in a `div` and using `::deep`. It feels unnecessary and wrong... Not sure how hard it...