Nicholas Jamieson
Nicholas Jamieson
It's this line: https://github.com/ReactiveX/rxjs/blob/6d011f0dc67b736adc0979d3bc14d93b49064efa/src/internal/scheduler/AsapAction.ts#L35 `_scheduled` cannot be set to `undefined` unless it's equal to `id`. That's what's preventing further actions from being executed in this issue. However, looking at the...
This looks correct to me. And I think we'll need a similar change made to the `tap` signatures, too.
It's so closely related that I'm fine with it being in this PR in an additional commit. Thanks.
There are many things that can be done with a proxy, but, as stated in the README, the primary purpose of this package is to > ... create observable sources...
Yeah, I can think of a few ways to make it more performant. Thanks for raising this.
This should be a little quicker in `0.0.1-beta.19` - which has just been published.
Hmm. Still pretty shitty. Hopefully, this can be made faster still using ESLint's variables thingy, but that's a little more complicated. I'll have a look a little later.
I've had some time to play around with this a bit. Try `0.0.1-beta.20`. It should be quicker.
Nice. Now that some other rule is at the top of the list, I'm going to deem this no-longer-a-bug. There are some other things I might play with, at some...
https://github.com/cartant/rxjs-observe/issues/3#issuecomment-397893486