Jordan Lewallen

Results 69 comments of Jordan Lewallen

oh wait yes you can, that property is exposed in the fourth parameter ``` const upsert = useUpsertMutation(supabase.from("Team"), ["id"], "id", { defaultToNull: false }) ``` Does something like that work?...

great! glad that worked. Not quite sure, I started working with Supabase JS in January of this year and its been around since then 🤷

Hi everyone, wanted to contribute my AWS S3 implementation (I use DO Spaces, but should be similar for other S3 compatible services) please feel free to contribute to improve upon...

Hey @better-salmon ! Just wanted to report back with a question... So I ran in to an issue when I build and deploy a new version of my code where...

Hey @better-salmon no worries - thanks for the response! Thanks for the guidance on the build id, I'll work on implementing. I really wanted to enforce a shorter bucket lifecycle...

Gotcha - thanks for the feedback! I'll check the docs regarding error handling 🙏

This is so odd - I also just upgraded my DO database and ran in to the same exact problem! Thank goodness on timing - I've removed pgbouncer from my...

I do use the `@latest` tag though :) Also this is failing at a different install step than that ticket

@shadcn ahhh after all this time using pnpm I didn't realize that there was an pnpm equivalent to `npx` which explains my confusion on why I asked on Twitter. Yes...

> Why not just add more padding top? https://codepen.io/brandyscarney/pen/KKVdvLv Hi @brandyscarney quick question! It appears adding padding to the ios component as you've linked here doesn't change anything unless I'm...