voscausa

Results 6 comments of voscausa

@[repsac-by](https://github.com/repsac-by) Thnx. Your "SSE in a few lines" comment helped me to push ticker data from server to client. More here: https://stackoverflow.com/questions/74330190/how-to-respond-with-a-stream-in-a-sveltekit-server-load-function/74336207#74336207

OK. Thanks for the update. It solved the exeption when changing page route.

@[repsac-by](https://github.com/repsac-by) Now it's working fine. I also included abort in the +page.svelte route But now I do not understand the `{ signal: ac.signal })` in the api below. **routes/yahoo/+page.svelte** ```javascript...

More info about this warning using vite 5.0.3 now: 00:50:51 [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. @beyonk/[email protected] Please...

GCS filenames must be unique accross folders in the blob_files code, because the gcs folder is not part of the filename, key and id. See line 31 in the BlobFiles...

I like the doc$ function alias or a getDoc$ function alias. Let's start with updating the current firestore examples to eliminate the name errors.