rxjs icon indicating copy to clipboard operation
rxjs copied to clipboard

A reactive programming library for JavaScript

Results 246 rxjs issues
Sort by recently updated
recently updated
newest added

Per [this discussion on Twitter](https://twitter.com/guojenman/status/1121793617939447813) Basically, [svelte](http://svelte.technology) has _amazing_ support for RxJS. Particularly in reading from RxJS observables. This very small addition to RxJS would enable Svelte users to _very_...

**Description:** My application was crashing with the following generic error. > You provided an invalid object where a stream was expected. You can provide an Observable, Promise, Array, AsyncIterable, or...

I've gone through the CHANGELOG and I've added the breaking changes listed therein. However, it appears that there are breaking changes that are missing because they were not labelled as...

docs

There's been a smattering of issues around our package structure, locating types, pulling in the proper versions, etc. - [ ] Ensure ESM users are getting ES2015/ESM build (must be...

8.x

TSlint is now planned to deprecate (https://github.com/palantir/tslint/issues/4534) and we'd like to migrate our lint config to use eslint instead. We want - Preserve existing rules - Apply additional rules if...

### Discussed in https://github.com/ReactiveX/rxjs/discussions/6779 Originally posted by **benlesh** January 21, 2022 Thinking about the backpressure-related use cases for interop between async iterables and observable, I think I'd consider it an...

8.x

**Description:** This PR adds an `allValuesFrom` function that's similar to `firstValueFrom` and `lastValueFrom`, but the promise resolves to an array of all the values emitted by the observable, instead of...

blocked

close #6717 **Description:** fix type error caused by observable subscribe function overloads **Related issue (if exists):** #6717

7.x
8.x

### Describe the bug so what I'm trying to do is: - I create `.effect.ts ` file - inside the file, I registered some effect, but the effect with no...