OwsOwies

Results 2 issues of OwsOwies

Hello. I've noticed that this library creates a single $locale store shared in sveltekit server instance. As per sveltekit documentation > Mutating any shared state on the server will affect...

### Describe the bug I have encountered a bug in errors merging algorithm. In `stores.js` you create errors store as a derived store: ``` const [errors, startErrors, stopErrors] = derived([...

bug