Mladen Jakovljević

Results 47 comments of Mladen Jakovljević

@benlesh, tests added, please review them so I can continue [converting other inner Observables to `ObservableInput`s](https://github.com/ReactiveX/rxjs/discussions/6972#discussioncomment-3588808).

These are the same tests as [these two `audit` tests](https://github.com/ReactiveX/rxjs/blob/de5384b8f30c452437a2d3e9c07faa4be99a42a4/spec/operators/audit-spec.ts#L397-L445).

~I can create another PR to decrease the amount of time in all such tests.~ EDIT: Reviewed the entire repository, it seems that only `audit` is using `interval(10)` besides `delayWhen`...

[importing.md](https://github.com/ReactiveX/rxjs/blob/17380f1f05/docs_app/content/guide/importing.md#how-to-migrate) file should be updated as well.

No, Ben's approval is enough. He'll merge it once he finds enough time. The project is 100% based on voluntary work, please have understanding.

@jscheid, please check [this comment](https://github.com/ReactiveX/rxjs/issues/6747#issuecomment-1273619093) that is related to this issue as well.

Changes from the [commit 1685d86](https://github.com/ReactiveX/rxjs/pull/6913/commits/1685d86604c790329048694be5ba75eec1f4e92d) were suggested by [this comment](https://github.com/angular/angular-cli/issues/22606#issuecomment-1025206301).

> Let me know if you need anything for this. Thanks @benlesh, I somehow managed to fix everything. This PR is ready for review. @kwonoj, can you please review this...