Scott Block

Results 3 issues of Scott Block

## Summary The existing code has `"r'^(?:' + '|'.join({labels}) + ')$'"`, which is presumably trying to join the labels passed into the function, but the string interpolation does not appear...

## What kind of change does this PR introduce? This builds upon https://github.com/supabase/supabase-js/pull/150 to allow `FetchParameters` to be passed to `uploadOrUpdate`. ## What is the current behavior? You cannot pass...

Hi there, thanks for the work on this project. What I'd like to do is pass a function to `createYjsProvider` to get the `clientToken`, instead of passing it as a...