Stefan Chipilov

Results 12 comments of Stefan Chipilov

Hi @kangmingtay, In my app, I set the ```persistSession``` parameter to ```false``` by default (I do this because I prefer the user's explicit approval before I start storing any tokens...

@lerayj One way to workaround this issue is to setup a dummy SMTP server in the Auth settings of the dashboard so that the emails that are sent by Supabase...

I think the problem goes deeper than this and doesn't only affect magic links. The issue is that on initial page load, there are 3 possible scenarios: 1. There is...

Sure, attached is a gif file showing the issue. The table in the video has a date field (named ```dt```) and a timestamp field (named ```ts```): ![my_table_plus_ts_issue](https://user-images.githubusercontent.com/389130/166420661-e117975a-e450-4d59-9812-7c6f2e13fb98.gif) .

I think the issue here is that auto-capitalization ONLY works if you use the auto-complete feature to complete a keyword. For example, if you type 'sele' and then choose 'select'...

It seems that auto-complete for any type of functions or procedures (built-in or user-defined) is missing in the Windows version. Is there any plan to add that?

I think enhancements in this area would be great. Until they arrive, there are a few things that can help even today: - Supabase supports the PLPGSQL_CHECK extension, which is...

@psteinroe In which db schema did you define your custom function?

@psteinroe This worked for me by doing ```ALTER ROLE authenticator``` rather than ``` ALTER ROLE postgres```. A couple of notes: - I did this against a cloud Supabase instance, haven't...