Results 5 comments of Yury

For anyone coming here searching for an easy way to spy on pino output. I've ended up using a simpler version of the sink function suggested by @mcollina, that will...

Is it possible to add options object to `@Query()` decorator? Something along the lines of: ```ts getAll(@Query(`someQuery`, { optional: true }) someQuery?: string) getAllWithTransform(@Query(`someQuery`, new Pipe(...), { optional: true })...

I'd like to resurface this as I've stumbled upon this strange behaviour where luxon can't parse its own ISO strings: ```typescript const time = DateTime.fromSeconds(0).toUTC().toISO(); console.log(time); const duration = Duration.fromISO(time);...

Hey @thetrevdev @PatElder @kennyhyun ! I'm trying to use `serverless-offline`, that depends on this repo, and still can't get nodejs14.x to work, were you guys able to make it work?...

Hey @lwouis , first of all thank you for the amazing software, alttab is beyond anything else there is out there. My mac experience would be unbearable without it 🙏...