Ecosyste.ms: OpenCollective

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

github.com/cyclejs/callbags

A set of commonly used stream operators implemented as callbags with Typescript and ES modules
https://github.com/cyclejs/callbags

feat: Add remember operator

jvanbruegge opened this pull request over 2 years ago
feat: rename skip to drop

jvanbruegge opened this pull request almost 3 years ago
fix: Prevent `create` from emitting data after complete

jvanbruegge opened this pull request over 3 years ago
feat: Add debug operator

jvanbruegge opened this pull request over 3 years ago
Update dependencies

jvanbruegge opened this pull request almost 4 years ago
Fix async subject

jvanbruegge opened this pull request almost 4 years ago
Replace replaySubject with asyncSubject

jvanbruegge opened this pull request almost 4 years ago
Fix/flatten inner errors

Andarist opened this pull request about 4 years ago
Fix combine() not working with undefined values

jvanbruegge opened this pull request over 4 years ago
combine will not work when the user sends undefined

jvanbruegge opened this issue over 4 years ago
Add onDispose() callback to subscribe

jvanbruegge opened this pull request over 4 years ago
Prevent packaging unnecessary files

jvanbruegge opened this pull request over 4 years ago
Add multicast operator

jvanbruegge opened this pull request over 4 years ago
Add new create operator

jvanbruegge opened this pull request over 4 years ago
Switch to github actions

jvanbruegge opened this pull request over 4 years ago
Add replay subject

jvanbruegge opened this pull request over 4 years ago
Non-blocking callbag question

delaneyj opened this issue almost 5 years ago
Add cleanup operator

jvanbruegge opened this pull request almost 5 years ago
Do not pass sampler error to the source

Andarist opened this pull request almost 5 years ago
Unsubscribe inner stream in flatten when sink unsubscribes

Andarist opened this pull request almost 5 years ago
Do not emit value from startWith after immediate (sync) disposal from the consumer

Andarist opened this pull request almost 5 years ago
Fix take around synchronous edge cases

Andarist opened this pull request almost 5 years ago
Remove misleading union members from the Sink type

Andarist opened this pull request almost 5 years ago
Do not emit from throwError after immediate (sync) disposal from the consumer

Andarist opened this pull request almost 5 years ago
Introduce type Subject<T>

staltz opened this pull request almost 5 years ago
Callbag type and Subject type

staltz opened this issue almost 5 years ago
remove unused imports

staltz opened this pull request almost 5 years ago
Rename Source to Producer

jvanbruegge opened this pull request almost 5 years ago
(breaking) change subscribe, update pipe

staltz opened this pull request almost 5 years ago
Use official callbag types

jvanbruegge opened this pull request almost 5 years ago
update types to use official callbag types

staltz opened this pull request almost 5 years ago
Add makeSubject factory

jvanbruegge opened this pull request almost 5 years ago
Add sample operator

jvanbruegge opened this pull request almost 5 years ago
Add performance benchmarks

jvanbruegge opened this pull request almost 5 years ago
Add combine factory

jvanbruegge opened this pull request almost 5 years ago
[Question]: Any reason for not to use enum to represent code type?

ENvironmentSet opened this issue almost 5 years ago