issues
search
mafintosh
/
streamx
An iteration of the Node.js core streams with a series of improvements.
MIT License
226
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Write after end fix
#97
mafintosh
closed
1 week ago
0
Writable stream closed prematurely
#96
Raja-Ashutosh
opened
2 weeks ago
2
Fix error handling when piping `streamx` with `node:stream`
#95
ehmicky
closed
3 weeks ago
2
Invalid error handling when piping `streamx` with `node:stream`
#94
ehmicky
closed
3 weeks ago
2
Better error handling in pipes
#93
ehmicky
closed
4 weeks ago
2
Duplex.from({writable, readable}) in object mode incompatibility
#92
sergey-s-betke
opened
1 month ago
6
Add an option to return any error at `getStreamError`
#91
yassernasc
closed
3 months ago
0
fix: use w3c decoder
#90
ThaUnknown
closed
4 months ago
13
support setEncoding on readables
#89
mafintosh
closed
5 months ago
0
Duplicate cork/uncork to the Duplex class
#88
yassernasc
closed
5 months ago
1
implement cork/uncork
#87
mafintosh
closed
6 months ago
0
Handling pipe option to keep writer open
#86
steverep
opened
7 months ago
1
Problem merging streams
#85
gtbuchanan
closed
7 months ago
3
Make read ahead configurable
#84
mafintosh
closed
9 months ago
6
Add `imports` map for Bare
#83
kasperisager
closed
9 months ago
0
Document `open` event
#82
gmaclennan
opened
1 year ago
1
Fix transform teardown stall
#81
mafintosh
closed
1 year ago
0
Add toWeb/fromWeb methods
#80
luiscastro193
closed
11 months ago
4
Use `newListener` event instead of overriding `EventEmitter#on`
#79
kasperisager
closed
11 months ago
1
on(end) should only be triggered after a read has been attempted
#78
mafintosh
opened
1 year ago
0
Faster state machine
#77
mafintosh
closed
1 year ago
0
async iterator sometimes not being returned when a Readable is destroyed
#76
ThaUnknown
closed
1 year ago
3
Writable drained helper
#75
mafintosh
closed
1 year ago
0
`close` being emitted without `end` or `error`
#74
sstchur
opened
1 year ago
0
feat: Initial implementation of compose
#73
phated
closed
1 year ago
1
`stream.end()` not propagating as expected
#72
gmaclennan
closed
1 year ago
2
Unhandled exception and undefined unpipe method when closing ReadStream created by webtorrent using createReadStream passed to fluent-ffmpeg
#71
James4Ever0
closed
1 year ago
2
Add write callback
#70
LuKks
closed
1 year ago
0
(draft temp branch) Add user write callback
#69
LuKks
closed
1 year ago
0
introduce explicit predestroy state
#68
mafintosh
closed
1 year ago
0
Add Stream.getError(stream) static
#67
LuKks
closed
1 year ago
3
upgrade all deps and move to brittle
#66
mafintosh
closed
1 year ago
0
duplex never fires end
#65
ThaUnknown
closed
2 years ago
18
Add unpipe method
#64
tinchoz49
opened
2 years ago
9
`streamx.compose` utility?
#63
phated
closed
1 year ago
2
AsyncIterator in a Duplex stream never ends
#62
tinchoz49
closed
2 years ago
4
Duplex state is inconsistent when receiving data from node core Readable
#61
phated
closed
2 years ago
1
Proper way to clone a stream?
#60
black7375
closed
2 years ago
1
optimize calculation of combined shared state
#59
serapath
closed
2 years ago
4
Pipeline.afterPipe is applied only if function
#58
utanapishtim
closed
2 years ago
1
`readable.readable` and `writable.writable` flags should be false after `.destroy()` is executed.
#57
sttk
closed
2 years ago
4
fix: change destroy byteflag for asyncIterator
#56
ThaUnknown
closed
2 years ago
1
Readable[Symbol.asyncIterator] does not signal done
#55
ThaUnknown
closed
2 years ago
5
Rename internal hooks
#54
mafintosh
opened
2 years ago
0
.codec encoding option
#53
martinheidegger
closed
1 year ago
1
adding test for map and mapReadable, mapWritable
#52
martinheidegger
closed
2 years ago
1
_read call triggered by write?
#51
dominictarr
closed
2 years ago
9
how does pause work?
#50
dominictarr
closed
2 years ago
6
Add `eagerOpen` option to `Readable`
#49
kasperisager
closed
3 years ago
1
use queueMicrotask instead of process.nextTick
#48
ThaUnknown
closed
3 years ago
8
Next