Steven
Steven
> Put the `$lib/webStorage` import in your `+page.svelte` (which will not be imported on the server, if `ssr = false`) instead Thank you for your advise, but this store was...
As far as i know by now: The only information, that decides if a +page.js/ts needs to be ssr'd is an export of ssr, right? If so, here my thoughts:...
Can you share some code that reproduces this behaviour? With this amount of information, I have no idea how this would happen...
Conclusion: we expect, that the npm package is running in a node environment and your build-pipeline have to polyfill the `(node:)events` package (in your example: via vite plugin). I'll let...
I'd like to see `@next` versions for our packages, reflecting the state of the `master` / `main` branch. PouchDB packages published on [jsr](https://jsr.io/) would be nice. (GH workflow integration seems...
Move, update end export types from pouchdb-XXX instead of @types/pouchdb-XXX (I personally prefer JS-Doc ... but that requires a lot more work and should be revised after the migration, if...
> enospc from `no match of right hand value {error,enospc}` indicates we're probably running out of disk space ~That's not a problem...~ I have 799.7 GB of 2TB free (the...
As you expect: the docker volume got stuck... Can't write content into data (just `touch file` works) This is my docker deployment (secrets removed) [couchdb.tar.gz](https://github.com/user-attachments/files/17192039/couchdb.tar.gz) There's nothing fancy in it,...
Just for curiosity, I stopped the container, rm & created couchdb-data and started the replication again: same result... ``` [notice] 2024-09-30T16:14:19.553744Z nonode@nohost -------- Retrying POST request to http://localhost:5984/hzd/_bulk_docs in 4.0...
My fault: I'm using Docker Desktop, the max. storage capacity was globally set to 100GB and the source (CouchDB 3.3.3) is running in parallel, so I can replicate from it......