Thomas Conner

Results 9 comments of Thomas Conner

Was this every done?

Any updates to this?

I would really like to know how to do this also or for the project to gain support. My build seems to fail when I try to use Frank. I...

You could release two versions of the library. An ARC version and a non-ARC version. Similar to how SDWebImage does.

I would like to use this library but my project currently uses ARC also. Maybe using something like the following would allow you to support both version in one library....

I am using the Supabase JavaScript client in a NestJS service. This service retrieves the access token from the incoming request to set the session. This setting of the session...

I removed the change that makes the `refresh_token` optional on a session. This minimizes the changes but still achieves the behavior I would expect.

In my opinion, [supabase/supabase-js#1004](https://github.com/supabase/supabase-js/pull/1004) and my PR solve/fix two different things. [supabase/supabase-js#1004](https://github.com/supabase/supabase-js/pull/1004) solves the problem of providing an access token to the Supabase client to make API requests. However, my...

Do you have anymore feedback regarding this PR?