Daniel Wise

Results 10 comments of Daniel Wise

I am just playing around with the Stripe supabase template, and this is the hack I did to suppress that warning message for now. Not ideal, for sure, but makes...

@michaelgmcd I "got around" this problem for now, without downgrading, by changing the column type to varchar in my schema. I could still have it generate UUID's by default, etc....

@moosashah you might need to rebuild the table or run an alter table migration on the id column to change it to a varchar (if you previously migrated it as...

Happy to say we are using it in two different production apps at Best Western Hotels & Resorts [BW Corporate](https://www.bestwestern.com/en_US/about.html) since around December 2021 :-) Great library, thank you for...

> , type: Gist Thank you VERY much. I was able to get it working for my GIST index as well using your recommendation.

I am dealing with this too. In the tenants table I found that my tenant was called realtime-dev-tenant, and the code was looking for realtime-dev I updated this code in...

Hi @ConProgramming I paused trying to troubleshoot on this repo and started to take a stab at setting this up using SST. I use SST a lot and have setup...

In the build spec for the studio stack, you can explicitly install a compatible npm version. On line 17 of my screenshot, I added to the preBuild section: 'npm install...

hi @fomalhautb here is a repo that reproduces the error. Thank you for your help! https://github.com/dubscode/stack-auth-issue