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

### Describe the bug Error in /turbo_modules/[email protected]/dist/cjs/internal/util/pipe.js (17:41) fn is not a function ### Expected behavior should run ### Reproduction code ```typescript Error in /turbo_modules/[email protected]/dist/cjs/internal/util/pipe.js (17:41) fn is not a...

### Describe the bug forkJoin/combineLatest works differently from 6.6.2 to 6.6.3 when used with a ReplaySubject and Observable, the replay subject doesn't seem to emit the next value. ### Expected...

### Describe the bug When using the scan() operator in RxJS (version 7.8.1), the accumulator parameter (a) does not correctly retain previous values across emissions. Instead, it appears to be...

## Feature Request: AbstractSubject The `Subject` class is an excellent pattern for two-way communication. Some examples that spring to mind are web workers, web sockets, long polling, and inter-component messaging....

## Bug Report **Current Behavior** `switchMap` (and other mapping operators) might not work correctly in Module Federation environment. Code like: ```ts this .getSomeObservable() .pipe( switchMap(() => this.getOtherObservable()) // switching here...

### Describe the bug The `buffer` operator emits the empty value on `closingNotifier` completes. ### Expected behavior No value emitted on `closingNotifier` completes. ### Reproduction code ```typescript import { fromEvent,...

**Description:** I ran `nx migrate latest` to bring the repo up to date with the latest nx and `@nx/*` packages, including some minor configuration optimizations. I bumped typescript-eslint packges to...

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

**Description:** In PR #7511 I discovered that Node 18 tests are working fine, but it looks like the latest Node 20 (`20.18.0`) which the Node 20 job is configured to...

The proposal can be found here: https://github.com/WICG/scheduling-apis I think this may be a viable future for replacing our schedulers with something _vastly_ more useful and flexible, and (even better) integrated...