Steve Cosman

Results 70 comments of Steve Cosman

Not sure how I feel about this one. Fetching profiles from supabase is a 1 liner and nicely returns typed data and error data. Now it's 2 lines inline, and...

Supabase *is* our database model abstraction layer. It has the types, it has the select methods, it has the update methods, it has the constraints, etc. A call to the...

@Erim32 I take you you're not working on these 3 PRs anymore? Let me know. If so I'll close them out just to keep things clean.

Closing as I haven't heard back from creator: https://github.com/CriticalMoments/CMSaasStarter/pull/108#issuecomment-2318400900

Closing as I haven't heard back from creator: https://github.com/CriticalMoments/CMSaasStarter/pull/108#issuecomment-2318400900 Can re-open if we start working on again

Got it. Wasn't sure if it was philosophical or just priority. Thanks and makes sense. Feel free to close if you don't find this issue helpful for tracking.

@kizivat Let's just keep it simple? How about: if you click delete with an active subscription, show a message "You have an active subscription. If you want to delete your...

[Edited with fixed links] For sure: Template: https://github.com/CriticalMoments/CMSaasStarter/blob/47ba79bd86a97c26606fe5de5057a79a56089280/src/lib/emails/welcome_email_html.svelte Code that calls it: https://github.com/CriticalMoments/CMSaasStarter/blob/47ba79bd86a97c26606fe5de5057a79a56089280/src/lib/mailer.ts logged error: `node_invalid_placement_ssr: `` (src/lib/emails/welcome_email_html.svelte:18:0) needs a valid parent element`

Sorry about the broken links, fixed those! From reading this, sounds like you might fix HTML, but plaintext is out of scope (no extraneous `` added)? That's understandable for Svelte,...

Looks like you already found it, but full error here: ``` node_invalid_placement_ssr: `` (src/lib/emails/welcome_email_html.svelte:18:0) needs a valid parent element This can cause content to shift around as the browser repairs...