rxjs icon indicating copy to clipboard operation
rxjs copied to clipboard

A reactive programming library for JavaScript

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

fix typo **Description:** **BREAKING CHANGE:** **Related issue (if exists):**

Hello. I think it can be also very helpful to have a minBufferSize parameter that will prevent the buffer from emitting if there are not enough source values to emit...

### Describe the bug I made a copy of the test from Rxjs marble-testing [examples](https://rxjs.dev/guide/testing/marble-testing#examples-1) (one with interval) and added `shareReplay` pipe to `interval`. It broke test, which never completes...

When using webpack or rollup, we may bundle different version rxjs into websites. Function using innerFrom (eg. mergeMap, from) will throw InvalidObservableTypeError when input is not instanceOf current version Observable,...

### Describe the bug While reading the documentation on the "retry" operator, I wanted more information on how to configure it using the "RetryConfig". On clicking the RetryConfig link shown...

### Describe the bug When subscribe to shared observable multiple times internal connection to the source observable gets broken. It stops emit values on subscribe. ### Expected behavior ### Expected...

### Describe the bug The [documentation states](https://github.com/ReactiveX/rxjs/blob/47fa8d555754b18887baf15e22eb3dd91bf8bfea/docs_app/content/guide/subject.md?plain=1#L368) that `new Subject()` is an alias for `new Subject()`. However, with TypeScript ~4.3.5 `new Subject()` is an alias for `new Subject()`, and `subject.next`...

### Describe the bug These operators in RxJS (7.5.4) just... stop working sometimes. What's going on? How can I fix this? **Update**: I also tried this with `auditTime` instead and...

bug
7.x
8.x

### Describe the bug While trying to upgrade from RxJS6 to RxJS7 I noticed that sometimes our observables were not being executed. After debugging I found that at least `asapScheduler`...

bug

### Describe the bug I have an error testing BehaviorSubject using rxjs marbles. Expected $.length = 1 to equal 2. Expected $[0].notification.value = 2 to equal 1. ### Expected behavior...