Daniel West

Results 88 comments of Daniel West

The overrides sorted it for me. For pnpm package.json: ``` { ... "pnpm": { "overrides": { "@supabase/gotrue-js": "2.43.1" } } } ```

Would be a great and very useful fix, I'm in no position to reproduce but have been experiencing this issue with partial matches. Thanks all for the work leading to...

FYI if anyone finds this thread and is looking for an answer, I've found uploading coverage-final.json instead of clover.xml to codecov results in the correct results and there are not...

Great, pleased it's helped someone. I found the idea from uploading a different type of report for a different coverage provider so thought it worth a shot. I'd like to...

@stlbucket it is indeed. Workaround for now is to do overrides. https://github.com/supabase/gotrue-js/issues/455#issuecomment-1652250165 https://github.com/supabase/gotrue-js/issues/455#issuecomment-1649505404

@danielward So if the access token is in the path then it usually seems to indicate that the session will not be set/saved. v 1.0.2 seems to work for me...

I've moved to handling the token on my own website personally. Microsoft recently started detecting the verify link back to supabase and was either not delivering emails or it was...

I would ideally like it so the callback could happen immediately but we just have a delay in removing the component, it'd work nicer if it could work. Thanks again...

Yes I think for the typescript it'd be a dupe of that. No problem, sorry for the delay in replying, I hadn't seen your comment. What are your thoughts on...

I personally think that the current master branch could be pushed as a release to allow some issues already addressed to be used without relying on a master branch that...