Alaister Young

Results 34 comments of Alaister Young

Hey @anngbaum, You can try out this version of `gotrue-js` by running `npm install @supabase/supabase-js@next` as it's included there. It may be a little difficult to upgrade without any docs,...

Hey @rahul3v, Really sorry for the delayed response - we've been busy! We discussed this in our most recent storage meeting, and we think it's a great idea! I've added...

S3 supports UTF-8 characters in filenames. However, at the moment, we are very strict with which filenames we allow. I think this is a valid use case to add support...

Hi Victor, PRs are most definitely welcome! Thanks for opening this issue to track. One consideration we have with Remix and Supabase Auth is ensuring realtime still works on the...

That's a possible solution, would it lead to multiple valid refresh tokens per "session" though? Another solution would require saving the JWT to localstorage but then you could use localstorage...

I think that could work. So if the second tab tried to refresh the JWT while the first was refreshing, it could retry with the new refresh token retrieved from...

I had ran into it with just two tabs! Thanks for your time!

Any luck getting it to work? I am getting the following error when trying to run in lambda: ``` { "errorMessage": "libboost_regex.so.1.62.0: cannot open shared object file: No such file...

Closing this as we can use it as a reference when we rewrite the SQL editor.

Hey @juzhiyuan, Mostly preference – we're also planning on moving our custom Mobx stores setup to react-query, so this is mainly a precursor to that work, so we don't double...