ramiroaisen
ramiroaisen
I search in the files and find the way to get it working, the question is that for a sapper proyect you cant use the precompiled files, you have to...
Upvote for this I have the same trouble here. I want to share sessions between subdomains, it would be really nice to have a callback domain config instead of a...
Just start working on this. One thing that come to my mind is that if the user changes `state` in `afterNavigate` we have to notify the `$page` store. But how...
> getState and setState make it easier for us but I'm not sure if I like it Design-wise, doesn't feel like something we do in other places. Either way we...
> This sounds appealing at first, but what if the user presses the back button, what should happen to all the state that was updated outside of the navigation hooks?...
> What if people do `$page.state.substate = 'foo'`? That means the state was mutated, it's not possible to get that back. Although now that I've written this down, if we...
Im having the same issue, how did you solve it?
> Can I use this with standar Javascript? > I would assume so, I just had to ask! Yes of course you can :)
Hy! For the ones that still looking for it i just released a wrapper with support for cursors and typescript declarations [https://github.com/ramiroaisen/nedb-promises-ts](https://github.com/ramiroaisen/nedb-promises-ts)
I just created a version of this library compatible with tokio AsyncRead and AsyncWrite, is still a work in progress but all tests are passing, including the doc tests. Its...