Oscar Hermoso
Oscar Hermoso
Just a warning for anyone still on Svelte 4 - Rich's suggested code only works in the Svelte 5 REPL. Example REPL on Svelte 4: https://svelte.dev/repl/2517e652788a429d96190cd8ac9d9944?version=4.2.18 EDIT: Not exactly sure...
@jayvdb Code has been fixed but is unreleased: https://github.com/census-instrumentation/opencensus-python/pull/1159 I've left a comment with a temp patch here: https://github.com/census-instrumentation/opencensus-python/pull/1159#issuecomment-1279893833
I have skimmed through the code, this looks like a really good change. I am a little too familiar with Azure's session affinity on their App Service / App Gateway...
Thanks @razshare, much appreciated again
https://github.com/benmccann/esm-env is a clean replacement for `{ browser }` (and `dev`) from '$app/environment'; `@sveltejs/kit` actually depends on `esm-env`, so you will have identical functionality
Ditto - I also resolved this issue by installing `@smithy/[email protected]` instead of relying on nested dependendencies in the lock file.
Seems we have silenced errors by adding `Storage Table Data Contributor` to our User Assigned Identity.  Would be nice if the `Storage Table Data Contributor` role assignment was mentioned...
Ok - I have figured out the root cause - but I believe that a fix still needs to be made to the `sveltekit-superforms` library. **Given** below form, **when** this...
I am not sure why it is occurring, [but I have found some time to create an MRE. ](https://www.sveltelab.dev/jz2yrlzn1px1cpz) ## Steps to reproduce 1. Open browser console 2. Enter a...
Personal preference would definitely be a single `sessionId` cookie. Having multiple `sessionId` cookies would increases risk of implementation errors, there's a lot of places in Lucia already where developers need...