Vicary A.

Results 319 comments of Vicary A.

Is this feature going into future plans?

@willfarrell Does `.handler()` means it inherits all the event types from the `.use()` before it and I no longer have to chain up middleware events in my resolver? My team...

@willfarrell Not sure if I get it. I specifically wants to remove the necessity to chain `FooEvent & BarEvent & BazEvent` from my `resolver()` because they are events in the...

@willfarrell Main problem is TypeScript implementation does not carry/merge event types down the chain, it should be possible in the DT for `.use()` without too much effort. My second code...

It's mildly troubling, but somehow breaking how types work. Not sure if I have the time and energy to whip up a PR for the already launching v3, so I...

That's great! I'll see what I can do next month.

@willfarrell I can start from what I know, if you're OK with the approach in https://github.com/middyjs/middy/issues/589#issuecomment-1195096567. In the same PR I'll also fix inline middlewares, because they are broken in...

@bilalq To be fair, it's impractical to overhaul a project if the authors are not already using TypeScript everyday. But if refactoring is happening by any chance, count me in...

Constantly having this issue, must remove the emit directory `.build` before deploying. This usually happens upon build time exceptions, user interrupts during compilation also triggers this issue.