Skylar Ray

Results 14 issues of Skylar Ray

- replace the arrow function returned by `Debouncer.promise` with a regular async function - ensure `fn.apply(this, ...)` receives the caller’s original `this` context

Replace unsafe @ts-expect-error with proper type assertion to FinalizedTransactionStatus. This eliminates technical debt, improves type safety, and removes the TODO comment while maintaining runtime correctness since only final transaction statuses...

Files: docs/release-notes/2.0.0.md docs/release-notes/2.0.8.md docs/release-notes/2.1.0.md Corrected words: reease β†’ release complied β†’ compiled localy β†’ locally extenstions β†’ extensions officialy β†’ officially Form β†’ From compiliation β†’ compilation Why this is...

I cached the day/hour computations inside the time helpers so they reuse the same values instead of dividing multiple times.