Andy Wermke

Results 447 comments of Andy Wermke

No, it's build-time-only 😉 @LifeIsStrange

Hi Andrew! Yeah, stick to that work-around for now if it works. I cannot promise when exactly I will be able to look into this, but it should definitely be...

Right now there is only one type argument to `CallBuilder` again, specifying what kind of data it will return. The `CallBuilder` provides two methods to retrieve data (`.call()` & `.stream()`)...

Hey @huan! Thanks for the kind words 🙂 Be aware that this is a types-only package, so we cannot actually include any code in here. Maybe the fact that we...

Very good points! About 2. (Support rxjs's fromEvent in typed-emitter itself): Gotta have a good night's sleep about that. I definitely see your point, but I would also want to...

@devanshj On the other hand, a "re-export with augmented typedefs"-only runtime under a separate entry point might be fine… Let me think about it for a short bit 😉

Hey @huan! Wdyt? Would you like to contribute a PR? I can do it, too, but might take a little until I find some time.

Hmm, I'm not sure why you would extend the `EventEmitter`, but generally speaking… I think this might be the issue (didn't test it, though): ```diff abstract class BaseEmitter extends (EventEmitter...

@sp00x I don't quite understand. The `TypedEmitter` is still an interface, just that the `BaseEvents` are now a type alias, but that's just used as a type constraint. `` should...