bombillazo
Explore posts from serversDeno vs Node `Intl.DateTimeFormat().resolvedOptions()` discrepancies
One big difference I did when upgrading to V2 was that i was forced to add
"nodeModulesDir": "auto",
to our deno.jsonc file. Without it, deno run and deno compile would not be able to find many of the modules that previously worked.10 replies
Deno vs Node `Intl.DateTimeFormat().resolvedOptions()` discrepancies
Hey @bartlomieju! Before creating it, I tested running Deno 2.x and its working. We're currently on 1.46.3 due to some things needed to migrate but can confirm that it is not present int he current version. Perhaps its something worth documenting somewhere.
10 replies
Kysely client usage and pooling question
The more I test out different setups, the more I am arriving to the conclusion that the only way to prevent this is using transactions? Is there no way with kysely to ensure the same connection is utilized byt the client for the same request?
Another part to note is that we are using Supabase, which also has its own Pooler called Supavisor, Im not sure if that also plays into this behavior.
7 replies