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

Dear @benlesh @JWO719 @kwonoj @cartant I collected these issues as in my humble opinion they could be closed, or their discussion stopped a while ago. All listed issues are suggestions....

### Describe the bug rxjs.dev documentation is outdated. \ For example, https://github.com/ReactiveX/rxjs/pull/6548 updated the importing guide last month (to import from `rxjs` instead of `rxjs/operators`), but the live page still...

### Describe the bug If server send bad json, Websocket just close connection without any error,reason etc in vanila websocket json throw error ### Expected behavior just report error, do...

I knew this API was coming, and we want to keep an eye on it. ## What/Why [reportError](https://developer.mozilla.org/en-US/docs/Web/API/reportError) is something we probably want to switch to. It reports the error...

8.x

**Description:** This feature, first introduced for the `share` operator, is equally as desirable for the `shareReplay` operator. It allows one to, for example, set up a delayed reset. For Observables...

### Describe the bug The marble diagram in the [combineLatest documentation](https://rxjs.dev/api/index/function/combineLatest) is not correct. It does not seem to follow a specific pattern for how the output values are coloured...

### Describe the bug I'm trying to run a block of code after the end of my method using `animationFrameScheduler.schedule`, but it is not running. I've also tried with `scheduled(of(0),...

Hi there, At this page: https://rxjs.dev/guide/operators there is an error: ![image](https://user-images.githubusercontent.com/22522883/142890744-9357c124-9180-41bf-b6e1-471d281594e7.png) Inspectioning: ![image](https://user-images.githubusercontent.com/22522883/142890601-7336461f-6e73-4967-8e1f-8cb9727a1882.png) Best regards.

The Angular team killed ts-api-guardian: https://github.com/angular/angular/pull/42735 It's no longer supported. Not sure what they're using now, but there's pretty much no way I'd ever use anything alpha for this again....

AGENDA ITEM

## Bug Report **Current Behavior** The replacements suggested for the deprecated multicasting operators in the migration guide https://rxjs.dev/deprecations/multicasting and on the individual operator pages do not behave exactly like the...