Jesper Engberg

Results 49 comments of Jesper Engberg

The bug just means that we can't use `yield*` and must instead manually iterate and `yield` individual items. For all we care here, both are functionally equivalent. I'm not fully...

> From the linked TS issue, it seems the fix was targeted for the TS v5.8.0 milestone. Maybe we should try updating the TS version to see if this works...

☹️ ``` yarn install v1.22.22 [1/4] Resolving packages... [2/4] Fetching packages... yarn run v1.22.22 $ eslint src spec /bin/sh: 1: eslint: not found error Command failed with exit code [12](https://github.com/ReactiveX/IxJS/actions/runs/10006204785/job/27677171680#step:7:13)7....

Could you please take care of the change log and publish an update once this is merged? Thanks 🙂

How do I debug tests? The tests fail for some reason, and I can't figure out how to attach a debugger, or even use console.log statements. I tried `console.log(CatchWithIterable.toString())` to...

How do we proceed here? We could a) quickfix the test by using a local implementation of `first` that cc doesn't break b) modify `first()` to account for the same...

Why does Ix provide es5 code at all in the first place? `for await...of` came with Node 10, which reached eol years ago. I assume browser bundlers do their own...

I'll go ahead and close this in favour of #379 that aims to fix the same

It's strange o1 doesn't know about variance annotations even though they were clearly added more than a year before its knowledge cutoff ([in TS 4.7, 2022](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#optional-variance-annotations-for-type-parameters)). I have also not...