David Lorenz
David Lorenz
## Preamble In the referenced discussion it was mentioned that currently it is not possible to do transactional changes to the database, which is a common case in a lot...
Hey! Thanks for this library. The Code Editor does not work when using Jest. One reason is Jest not supporting `import` statements natively but what I am not understanding is...
…n native support Loading it with webpack would require additional checkings which are actually not required if we just return `global.Intl` as it is set to Polyfill anyway when no...
# Feature request ## Problem description Originally VARCHAR was used to specifically put limits on a Text such as VARCHAR(250). This makes sense to constrain data. However in the UI...
# Feature request When you ALREADY have an existing table THEN it is possible to click on "Add new Column" and see the following screen: In this screen you can...
# Feature request It should be possible to disable automatic magic links. Actually I think the `signIn` method has a bad architectural design, prove me wrong. Logic should be split...
Currently no `d.ts` file is exported hence using with TS is slightly troublesome.
# Feature request ## Problem(s) 1. Currently when uploading via `supabaseClient.storage.from(bucket).upload(filePath, file)` the result is the `Key` which seems to be `Key = $bucket/$path` which quite honestly is extremely unhelpful....