Nicholas Jamieson
Nicholas Jamieson
Yeah. That is a problem, but I'm not going to fix it right now. When I release `rxjs-devtools` - which I'm working on ATM - `rxjs-spy` is going to be...
I've not used Angular for some time. It's not clear to me what `ng add` is supposed to mean in the context of an arbitrary, non-Angular-specific package - which is...
The [RxJS Tools](https://rxjs.tools/) that I'm working on do something similar - but not using `tag` - and a whole lot more. All of my tool-related development is happening there; I...
This needs to go into the document, too: https://github.com/ReactiveX/rxjs/issues/6324
FYI, I looked (briefly) at api-extractor when I was dealing with the internal bits - see [this comment](https://github.com/ReactiveX/rxjs/pull/6215#issuecomment-818632903) - and something to be aware of is: https://api-extractor.com/pages/setup/configure_rollup/#an-important-limitation Whether or not...
> I can't update packages with `npm audit fix` because of this dead package. Can we remove it as a dep and run it in the script via npx or...
This resource might be useful for locating equivalent rules: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/ROADMAP.md
Let's just update the migration guide.
🤷♂ `BehaviorSubject` already has a read-only `value` property and a `getValue` method. With a `set` method, it's going to be a shambles, IMO. I can see the appeal - and...
AFAICT, this was introduced in 7.5.0 in https://github.com/ReactiveX/rxjs/pull/6674. So 7.4.x should be okay. I think I can see the a problem - although, I have no idea why StackBlitz is...