Stefan Schultze
Stefan Schultze
With "Use Modern Net" **disabled**, everything works fine on my M1-based Mac. 🥰 - Despite some strange messages in the OmniSharp log such as "Received response for /findusages but could...
@JoeRobich I had indeed installed a combination of VS Code arm64 and .NET 6 x64. I wasn't aware of this anymore 🙈, but I recall having had to do this...
I need this too. Actually, this is the only thing left that prevents me from creating an Apple Silicon version of my .NET 6 app. Let me know if I...
I don't need this anymore, moved to ImageSharp because of missing arm64 support. (Hope it is okay to mention it, you seem to be involved in this project also.)
I have this problem too after upgrading Yarn to the latest version and switching to the default PnP mode. @dsherret Is there an official solution on the horizon?
It looks like this popular package can help. https://www.npmjs.com/package/ts-pnp I wasn't able to figure out yet how to set ts-morphs Project.resolutionHost property to make use of this.
Just in case the suspicion comes up, I am not actually updating the state with `setTimeout(..., 0)` in my application. I am using `useSyncExternalStore` to subscribe to progress changes in...
Thank you @marvinhagemeister ! I included `performance.memory.usedJSHeapSize` in the UI in order to not having to open DevTools. Same error, memory fills up very fast. I didn't manually include the...
Great! Until this is fixed, is there a way to conditionally include the bridge (I mean preact/devtools) or, as an alternative, disable it based on some flag after it is...
If I import `preact/devtools` in the reproduction app (first import statement, as suggested in the docs) and build it for production (`vite build`), the memory usage also stays low. I...