Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ReactiveX/rxjs

A reactive programming library for JavaScript
https://github.com/ReactiveX/rxjs

debounceTime + 0 + asapScheduler doesn't emit in special case

yuri-apanasik opened this issue almost 2 years ago
fix(ignoreElements): change the return type from unknown to Generic Type

tristan-laroubine opened this pull request almost 2 years ago
RFC: A new way of "piping"

benlesh opened this issue almost 2 years ago
feat(Observable): RxJS doesn't even lift.

benlesh opened this pull request almost 2 years ago
RFC: When to remove `Observable#lift`?

benlesh opened this issue almost 2 years ago
fix(asapScheduler): No longer stops after scheduling twice during flush

trxcllnt opened this pull request almost 2 years ago
fix(asapScheduler): No longer stops after being scheduled twice during flush

benlesh opened this pull request almost 2 years ago
[ReactNative] : memory leak with subscribe funcion

freeboub opened this issue almost 2 years ago
Unexpected behavior for retry with delay operator in angular on interceptor

adrian-badulescu opened this issue almost 2 years ago
docs: fix typo in 6 to 7 summary

nickedelenbos opened this pull request almost 2 years ago
docs: remove examples-package

jakovljevic-mladen opened this pull request almost 2 years ago
feat(Observable): now implements `Symbol.asyncIterator`

benlesh opened this pull request almost 2 years ago
refactor(fromEvent): Make fromEvent a lot smaller

benlesh opened this pull request almost 2 years ago
docs: extend "Creating custom operators" guide

jakovljevic-mladen opened this pull request almost 2 years ago
fix(buffer): subscribe to the closing notifier before the source

jakovljevic-mladen opened this pull request almost 2 years ago
Drop all Internet Explorer support into a pit of flames! 🔥 IE 🔥

demensky opened this pull request almost 2 years ago
refactor: remove legacy code

demensky opened this pull request almost 2 years ago
docs: Fix example for bindCallback

ondrasej opened this pull request almost 2 years ago
fix(throttle): properly handle default ThrottleConfig values

jakovljevic-mladen opened this pull request almost 2 years ago
chore: migrate all `'rxjs/operators'` imports to `'rxjs'`

demensky opened this pull request almost 2 years ago
fix(subscriber): strict type signature for next method

raveclassic opened this pull request almost 2 years ago
refactor(type): discard redundant `ValueFromArray`

demensky opened this pull request almost 2 years ago
Delete symbols that are marked for deletion in v8

demensky opened this pull request almost 2 years ago
feat(combineLatest): remove spread params deprecated signature.

benlesh opened this pull request almost 2 years ago
remove deprecations: `from` with scheduler, `combineLatest` with scheduler

benlesh opened this pull request almost 2 years ago
feat(startWith): remove deprecated scheduler signature.

benlesh opened this pull request almost 2 years ago
Feat-turbo-poc

benlesh opened this pull request almost 2 years ago
Subscription leakage with circular dependencies (using `defer`)

jeffijoe opened this issue almost 2 years ago
ShareReplayConfig['refCount'] typing does not accept a function

yastanotheruser opened this issue about 2 years ago
expand oparator have wrong typing

dilame opened this issue about 2 years ago
build(package): ensure NodeJS considers ESM .js files as ESM

devversion opened this pull request about 2 years ago
docs(deprecations): fix some typos in Scheduler Argument

BrainCrumbz opened this pull request about 2 years ago
auditTime(0, animationFrameScheduler) stops emiting unexpectedly.

fdeslandes-wk opened this issue about 2 years ago
combineLatest object signature is deprecated

ArielGueta opened this issue over 2 years ago
Tap kills the Subject on unsubscription

voliva opened this issue over 2 years ago
setTimeout in my project now has an incorrect type

NogaMan opened this issue over 2 years ago
docs(team): add Mladen Jakovljević to core team

jakovljevic-mladen opened this pull request over 2 years ago
`fromEvent` Observable is not work within React Native (upper v0.70.0)

YangJonghun opened this issue over 2 years ago
docs(ShareConfig): document default values for each `ShareConfig` property

jakovljevic-mladen opened this pull request over 2 years ago
throttleTime does not ignore subsequent sources if next is in subscribe

CorentinHardy opened this issue over 2 years ago
animationFrameScheduler stops working unexpectedly

EoinGriffin-AI opened this issue over 2 years ago
Proofread 6-to-7 change summary

ccjmne opened this pull request over 2 years ago
Evade override mistake

erights opened this pull request over 2 years ago
fix(zip): handle when unsubscribe is called from within next

chrisguttandin opened this pull request over 2 years ago
docs: improve search for documentation

tmair opened this pull request over 2 years ago
docs(Observer): add documentation to Observer interface

jakovljevic-mladen opened this pull request over 2 years ago
docs: document and export TapObserver

jakovljevic-mladen opened this pull request over 2 years ago
chore: include docs build scripts in pipeline + fix scripts

jakovljevic-mladen opened this pull request almost 3 years ago
fix: animationFrameScheduler and asapScheduler no longer executing actions

ajafff opened this pull request almost 3 years ago
docs: add UnaryFunction documentation

jakovljevic-mladen opened this pull request almost 3 years ago
Switching branches

benlesh opened this issue almost 3 years ago
add @effect causes do the function inside the action pipe twice

nadanisrinas opened this issue almost 3 years ago
Deprecate retryWhen and repeatWhen

benlesh opened this pull request almost 3 years ago
docs: update Operators overview

EnricoPicci opened this pull request almost 3 years ago
refactor: remove last direct use of `OperatorSubscriber`.

benlesh opened this pull request almost 3 years ago
Productize operator creation internals

benlesh opened this issue almost 3 years ago
shareReplay with refCount stops working

ghostlytalamaur opened this issue almost 3 years ago
RxJS asapScheduler stops working in 7.5.1

arobinson opened this issue almost 3 years ago
zip() throws (swallowed) error when closed synchronously in next() handler

chrisguttandin opened this issue about 3 years ago
fix: schedulers will no longer error while rescheduling and unsubscri…

benlesh opened this pull request about 3 years ago
Very slow comparative performance

vitaly-t opened this issue about 3 years ago
Add clearBuffer method to ReplaySubject

crossan007 opened this pull request over 3 years ago
IE11: ajax.getJSON returns string response

johnhunter opened this issue over 3 years ago
Watch WICG Scheduling API proposal

benlesh opened this issue over 3 years ago
refactor(Observable): remove unnecessary if

hgaleh opened this pull request over 3 years ago
feat: add generic type parameter to using for the resource

jennings opened this pull request over 3 years ago
Searching for "fromEvent" shows wrong/random results

martinsik opened this issue over 3 years ago
firstValueFrom/lastValueFrom is missing AbortSignal support

ronag opened this issue over 3 years ago
forkJoin dictionary syntax deprecation in V8

anup11 opened this issue over 3 years ago
Fix/5487 reentrancy in take, takeWhile, and first

benlesh opened this pull request over 3 years ago
`debounceTime` does not emit with `jasmine.clock.tick` in v7

dpurp opened this issue over 3 years ago
Version 7 -> 8 Roadmap

benlesh opened this issue over 3 years ago
Unable to import in TS project without TS `DOM` lib

OliverJAsh opened this issue over 3 years ago
build(package): update transpilation target

kwonoj opened this pull request over 3 years ago
fix: unable to evaluate `instanceof AjaxError`

voliva opened this pull request over 3 years ago
`instanceof AjaxError` no longer possible since 7.0.0-rc.0

OliverJAsh opened this issue over 3 years ago
`observers` should be private on Subjects.

benlesh opened this issue almost 4 years ago
fix(audit, auditTime): audit and auditTime emit last value after source completes

alexsherekin opened this pull request over 4 years ago
Limitation in marble testing use cases due to grouping semantics

joshribakoff opened this issue over 4 years ago
Executing a cancelled action

haf opened this issue over 4 years ago
Smarter types for fromEvent

waterplea opened this issue over 4 years ago
first/tap operators should unsubscribe before emit next value

Enuvid opened this issue over 4 years ago
Why is the pluck deprecated?

jakovljevic-mladen opened this issue over 4 years ago
Using rxjs/webSocket on a server

kevmo314 opened this issue almost 5 years ago
WebSocket: Connection not closed when sole Subscription isStopped after an error

kostadin-mandulov opened this issue almost 5 years ago
Rename window to windowWith

benlesh opened this issue almost 5 years ago
Operator overload signatures are not shown in docs app

cartant opened this issue almost 5 years ago