Nicolas Jarraud
Nicolas Jarraud
While building an application with a large number of atoms and atomFamilies, I noticed that the clean up task was taking a large amount of time. Example with 400 elements...
Next.js v14.0.0 server with socket.io client doesn't send messages with more than a few characters
**Describe the bug** Socket.io-client installed on a Next.js v.14.0.0 server doesn't send messages if they are longer than a few characters. The issue appeared between Nextjs v.13.5.7-canary11 and v13.5.7-canary12. Everything...
When building a SvelteKit project with `svelte-adapter-bun`, the Rolldown bundler prints many `[UNRESOLVED_IMPORT]` warnings for Node built-ins such as `fs`, `crypto`, `timers/promises`, and others. Example warning: ``` [UNRESOLVED_IMPORT] Warning: Could...