Anton Bacaj
Anton Bacaj
Hi, have you considered Vert.x - very stable and well maintained (last commit 9 hrs ago) set of libraries for writing performant and distributed rest APIs and more. It is...
I don't use it professionally since we actually use full .net stack, but I did use it for a personal project and found it very intuitive. Their documentation is excellent....
That's good to hear, look forward to reading more from your series. Great work so far.
Wouldn't baoboa just batch your sets, where you can force a commit (update event) after? Which means in one action call if you update several paths then that boils down...
This appears to be the order of operations when the query key changes: ``` 1. click button -> updates key state 2. build new query (status: 'loading', fetchStatus: 'fetching', optimistic...
@karol-janik I'm not sure we can prevent/memo the change. Might be easier to not fire the "fetch" event from react-query observer when the key changes since this is an extra...
Still waiting...
> Currently working on implementing password reset and running into a few issues. > > I use `supabaseClient.auth.api.resetPasswordForEmail()` to email the user a link which is fine. > > Upon...
Appears the code being called is in `getSessionFromUrl`: https://github.com/supabase/gotrue-js/blob/4daa22cf30a2fe25bd1df9d9df0061c17d81a691/src/GoTrueClient.ts#L82 Which seems to be creating a session on a password reset (because the url contains a access_token query string). A workaround...
@ash0x0 not sure why you closed this - it's still an issue for me. Even on latest build for mac I get `SIGSEGV`