Ben Lesh
Ben Lesh
Hmm... These should probably link to web urls. Because our npm package is already enormous.
This is AWESOME! Thanks for doing this, @BioPhoton!
@kwonoj can you please look at the ajax related stuff above? I think that you were working on something around that.
Core Team: 1. Monorepo - 👍 2. Creating "mini-packages" like `@rxjs/observable`, et al - 👍 a. Level of granularity? What do we do with things like `mergeInternals`? What about operators...
I'm on the fence about this feature. I've seen interceptors be useful, however, it also means introducing global, mutable state (at least in the proposed solution, or in existing prior...
Core Team: General lack of interest in this feature as of right now. @benlesh: I'll think about the problem though, since it seems like something a lot of people are...
Dependabot is now disabled.
I'm looking through the solutions here and none of them seem ideal: https://webpack.js.org/guides/package-exports/#target-environment-independent-packages One thing I know comes up is situations where people are doing `instanceof` checks. The "stateless" solution...
Core Team Meeting: We probably can't act on this during version 7, because it would incur a breaking change for some folks. But we definitely want to move to modern...
It looks like the issue is something to do with the addition of looping through all existing actions to see if the `id` is already scheduled in `recycleActionId`. cc @cartant...