Marc Seitz

Results 450 comments of Marc Seitz

I look forward to using this as it reduces a lot of complexity when working with `upsert` functions where I need to add/subtract time balances to an item in the...

Just an example of how much complexity these atomic operations would reduce in my case. Compare the two implementations **Model** ``` type CapacityDowntime { capacityAE: Float! capacityAMH: Float! capacityAMS: Float!...

Thanks for the initiative @Muhammed0mer. Please let me know if you need any help.

I'm on `@react-email/[email protected]` and `[email protected]` and the `` is completely missing from development and production emails. Not sure how long this has been going on but it's super weird. I'm...

Hi @big1219 thank you for your translations work. The only file missing a Korean translation is the `metadata.yml` https://github.com/teaxyz/white-paper/pull/69/files#diff-8119a25eed95c54cb705261a7a81af1e871179ebe5cdc24bd753c6c7ecf0e104 Let me know if there's anything I can help you with.

I used shadcn/ui to build a collapsible table. I stumbled on this issue before I built it and realized that except this issue and a bunch of references to tanstack/table,...

> Just realized that the article doesn't even use tanstack lol. So collapsible is a good solution for that. Yes I didn't use tanstack because it felt an overkill for...

> Error: React.Children.only expected to receive a single React element child @laurent512 if you use `asCild` then just wrap everything inside it into a fragment `` and it interprets the...

Hmmm that's super strange. I cannot spot any irregularities. One thing you can try to change is this line: Before: ``` {c.subCategories.length} ``` After: ``` {c.subCategories.length} ```