You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: I build neurosymbolic AI infrastructure at Avasis AI. TypeScript is our primary stack. I've contributed to Terrazzo (6 open PRs), ZIO (3 open PRs), and other OSS projects.
Hi! I'm Abhay from Avasis AI (YC community). I'd like to contribute to Trigger.dev.
I've already identified and fixed two bugs:
OTLP nanosecond timestamp overflow in webapp event repository #3292 — OTLP nanosecond timestamp overflow from IEEE 754 precision loss. Fix: use
BigInt(ms) * BigInt(1_000_000)instead ofBigInt(ms * 1_000_000). PR fix: OTLP nanosecond timestamp overflow from IEEE 754 precision loss #3383 (closed due to vouch requirement).bug: Scheduled task test page crashes when previous runs have empty payloads #3316 — Scheduled task test page crashes on empty payloads. Fix: null guard in
getScheduleTaskRunPayloadwhenparsePacketreturns undefined. PR fix: handle empty payloads in scheduled task test page (#3316) #3382 (closed due to vouch requirement).Background: I build neurosymbolic AI infrastructure at Avasis AI. TypeScript is our primary stack. I've contributed to Terrazzo (6 open PRs), ZIO (3 open PRs), and other OSS projects.
GitHub profile: https://github.com/avasis-ai
Looking forward to contributing!