Parker Nilson

Results 9 comments of Parker Nilson

This whole thread has been a life saver for me! Thanks guys! I implemented all of the suggestions including what @shelooks16 said, and it works great in my app. The...

For reference, I have created an example repo here including all of the suggestions up to this point (still using vite lib mode): https://github.com/parkernilson/sharing-code-with-functions I created my own repo which...

@BenJackGill Hi Ben! Sure! It took me like 2 months of tinkering to understand it so I am happy to break it down for you 😅 Essentially, firebase functions don't...

Has there been any progress on this? Is there a variable for first layer area in Cura?

What is the recommended way of enabling publications in my migration files, given that db diff does not work. Can I just write the following in my migrations: ``` CREATE...

Update: It looks like when I use `supabase db diff --use-pg-schema` it generates the following migration: ```sql ALTER TYPE "public"."enum_type_1" ADD VALUE 'val3'; ``` Which works just fine. I am...