vr7bd
vr7bd
Had the same issue. Can confirm that removing `@sveltejs/enhanced-img` resolved the issue for me
> Can folks here who had issues try upgrading to `@sveltejs/enhanced-img` version 0.2.0? It introduces caching, which should cut build times in half on the first run and make it...
> @vr7bd can you provide a repo that reproduces the issue? Unfortunately I can't. But I'll see if I can try to make a repo to replicate it. But if...
I'm facing the same issue. I'm able to reproduce it with this [script](https://socket.io/docs/v4/load-testing/#manual-client-creation). I set the number of clients to 5000. Is there any fix for this?
> I solve this migrating the source code to Socketioxide of RUST Are there APIs like `fetchSockets` to handle clustering or are you running it as a single instance?
> @vr7bd did you solve this issue? Not exactly. This [works](https://github.com/Rapsssito/react-native-tcp-socket/issues/199#issuecomment-2308919311) but as pointed out, for EAS builds, this is not a good solution. So I just downgraded to `6.0.1`...
I face the issue of Command-g not working regularly. By accident, I pressed g-n (`vim::SelectNextMatch`). I tried Command-g right after that and it started working! After this, I switched to...