Angel Chen ▄ ▀
banner
ideosyncretic.com
Angel Chen ▄ ▀
@ideosyncretic.com
Web dev, design, UI/UX • Currently indie-hacking promptbible.ai with @andric.dev • LLMs ∩ tools for thought • Previously built ops admin tools at startups
This was mine. It depends on what you’ve previously engaged with or marked as irrelevant
May 29, 2025 at 9:42 AM
Fields that are not JSON-compatible get silently excluded from @inngest.com function output: e.g. BigInt, which is how we save Clerk's UNIX millisecond timestamps in
@prisma.io.

So I serialize query results with a customized JSON.stringify() (thanks @prisma.io docs!), then parse back to object.
November 7, 2024 at 5:25 PM
We used the new
@inngest.com test helper library together with @vitest.dev, works smoothly so far! ✨
github.com/inngest/inng...

(clerkDeletedAt is our own tombstone flag using event timestamp as proxy—doesn't actually exist on Clerk because the whole record gets deleted there)

#buildinpublic
November 7, 2024 at 5:21 PM