issues
search
poelstra
/
ts-stream
Type-safe object streams with seamless support for backpressure, ending, and error handling
MIT License
65
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump json5 from 2.1.3 to 2.2.3
#68
dependabot[bot]
opened
1 year ago
1
Bump flat from 4.1.0 to 5.0.2
#67
dependabot[bot]
opened
1 year ago
1
Bump qs from 6.5.2 to 6.5.3
#66
dependabot[bot]
opened
1 year ago
1
Bump minimist from 1.2.5 to 1.2.6
#65
dependabot[bot]
opened
2 years ago
1
Bump pathval from 1.1.0 to 1.1.1
#64
dependabot[bot]
opened
2 years ago
1
Bump path-parse from 1.0.6 to 1.0.7
#63
dependabot[bot]
opened
3 years ago
1
NodeJS adapters
#62
ScottLindley
closed
3 years ago
6
Question about contributing
#61
ScottLindley
closed
3 years ago
3
Bump glob-parent from 5.1.1 to 5.1.2
#60
dependabot[bot]
opened
3 years ago
1
Bump lodash from 4.17.19 to 4.17.21
#59
dependabot[bot]
opened
3 years ago
1
Bump y18n from 4.0.0 to 4.0.1
#58
dependabot[bot]
opened
3 years ago
1
I hit a bug in batch(), assertin browser is a pain (dropping it)
#57
MarcWeber
closed
3 years ago
4
How to implement such case ?
#56
MarcWeber
opened
3 years ago
1
Alternative/replacement for abort()
#55
MattiasMartens
opened
4 years ago
0
From the perspective of the top-level API, abort() errors behave inconsistently
#54
MattiasMartens
opened
4 years ago
1
Transformer for handling ender errors directly downstream from source
#53
MattiasMartens
closed
4 years ago
11
Allow ignoring ender errors
#52
poelstra
closed
4 years ago
1
Don't forward ender rejection to result() when end is called with explicit result promise
#51
poelstra
closed
4 years ago
0
If abort() called before reader attached, all writes fail; if abort() called while promise argument of a write() call has not resolved, that write will fail when it resolves
#50
MattiasMartens
opened
4 years ago
12
Batch transform
#49
MattiasMartens
closed
4 years ago
7
Update documentation of `abort()` to be more explicit about its purpose
#48
MattiasMartens
closed
4 years ago
1
If a stream is aborted, any Promises based on it should be rejected even if end() is called without an error
#47
MattiasMartens
closed
4 years ago
13
Read from file?
#46
AleFons
closed
4 years ago
1
Bump handlebars from 4.1.2 to 4.5.3
#45
dependabot[bot]
closed
4 years ago
1
Bump lodash from 4.17.11 to 4.17.14
#44
dependabot[bot]
closed
5 years ago
1
Bump handlebars from 4.0.12 to 4.1.2
#43
dependabot[bot]
closed
5 years ago
1
Bump js-yaml from 3.12.0 to 3.13.1
#42
dependabot[bot]
closed
5 years ago
1
stream.Duplex does not seem to implemented
#41
Yugloocamai
closed
4 years ago
1
What about reading from
#40
MarcWeber
closed
3 years ago
3
Error handling different for Stream.from() and new Stream<>()
#39
HaKr
closed
5 years ago
4
Possible memory leak
#38
gonejack
closed
5 years ago
2
Proposal: Divorce forEach from Stream interface
#37
martinheidegger
closed
5 years ago
8
Add "pause" support.
#36
martinheidegger
closed
6 years ago
4
Ending with an error shouldn't fail the resulting promise
#35
poelstra
closed
6 years ago
0
Ending with an error shouldn't fail the resulting promise.
#34
martinheidegger
closed
6 years ago
11
mapping errors doesn't work as I expected (but maybe it's as intended?)
#33
rogierschouten
closed
6 years ago
2
Fix for issue #31.
#32
rogierschouten
closed
6 years ago
1
Unhandled promise rejection
#31
rogierschouten
closed
6 years ago
2
native promises
#30
rogierschouten
closed
7 years ago
5
Allow all @types/node versions
#29
mgroenhoff
closed
7 years ago
1
Conflicting node typings version
#28
mgroenhoff
closed
7 years ago
1
Avoid TypeScript 2.0 error TS6059
#27
rogierschouten
closed
8 years ago
3
Relay method
#26
rikkertkoppes
closed
9 years ago
2
Let result() be rejected when end() is called with an error argument
#25
poelstra
closed
9 years ago
4
Promise-based (abort-)chaining may keep unnecessary links
#24
poelstra
opened
9 years ago
10
let from() take a promise
#23
rikkertkoppes
closed
9 years ago
1
Multiple writes and error handling
#22
rogierschouten
closed
7 years ago
5
Thoughts on switching
#21
rikkertkoppes
closed
9 years ago
7
resolve the end() promise of an aborted stream with no readers automatically
#20
rogierschouten
closed
9 years ago
5
toArray()
#19
rogierschouten
closed
9 years ago
4
Next