Michael David Kuckuk
Michael David Kuckuk
I'm interested in creating a PR for the second part of this, i.e. disabling the pingbacks. Since I find the environment variable overly cumbersome, I'd like to implement a prop...
Despite not being a lawyer, I would like to add some context from the GDPR that I find relevant here. In [Recital 47](https://gdpr-info.eu/recitals/no-47/), which expands on the concept of "legitimate...
I did some research and believe that this is due to the overload for `forkJoin(any)` being the first and only overload with a JSDoc comment. Since the overload that is...
Would someone care to comment on this? Perhaps @benlesh? (Sorry if you're not the right person to ping here! In that case, I'd appreciate it if you could let me...
Like I said, I'd be happy to open a PR but I would like to avoid wasting time on an approach the maintainers don't want or something similar.
Shouldn't it be more than that? Since the original events are just passed through as well, shouldn't the return type be `OperatorFunction`? [Here's a short showcase](https://stackblitz.com/edit/rxjs-ketvhd?file=index.ts) that demonstrates that both...
Alright, I did some experimenting and it seems like that type would loose type inference. At least I can't figure out a way to have `O` be inferred here, which...
I would argue that `withLatestFrom` is working as designed here. Consider this marble diagram from [the docs](https://rxjs.dev/api/operators/withLatestFrom) that visualizes how `withLatestFrom` is designed to work:  The resulting observable can...
So you would like to see an `a1` emission before `b1`, correct? In my opinion, that behavior would contradict [the documentation](https://rxjs.dev/api/operators/withLatestFrom): > Combines the source Observable with other Observables to...
Thanks for your contributions to this project and sorry for not being active before! Just leaving this note in case anyone comes here: Netflix has recently added native support for...