Results 5 comments of Leland Miller

Just for reference, this is the issue we are trying to avoid: > If you created a presigned URL using a temporary token, then the URL expires when the token...

I agree with that second point for sure. It would be much better if SDK users never had to think about this 😄 We have already worked around this by...

I still stand by my last comment in https://github.com/lelandmiller/micro-signals/pull/18#issuecomment-381733977. This change makes me really uncomfortable. I am alright if we find a way to run through the rest of the...

Either way, proposal C as described by Justin (`signal.catch((e) => console.error(e));`) or proposal E seem alright to me. In both of these, we opt into handling exceptions, and throw otherwise....

Hey! I was having the same issue even on latest. @chanmathew's tip to use the password generated by supabase worked for me as well. I wonder if it was related...