readable-stream icon indicating copy to clipboard operation
readable-stream copied to clipboard

Node-core streams for userland

Results 21 readable-stream issues
Sort by recently updated
recently updated
newest added

Streams are sometimes hard to grasp for me. The various versions in Node doesn't make it easier. It seems lika a good idea to use redable-stream so I can at...

I was building an app where I imported [@toruslabs/base-controllers](https://www.npmjs.com/package/@toruslabs/base-controllers?activeTab=code). The `@toruslabs/base-controllers` have `readable-stream` as a dev-dependency as listed in the `package.json` file. ![image](https://github.com/nodejs/readable-stream/assets/66105983/5e599918-446d-4d6b-8f44-9e8a6d940d7a) My node version: v18.14.1 ### Problem When...

Hi, thanks for making this package! I'm using multiple third-party `npm` packages that call `require('stream/web')` with either `ReadableStream` or `TransformStream`. If I had access to those modules, I'd be able...

node = v16.16.0 "readable-stream": "^4.4.0", Readable.toWeb => return lazyWebStreams().newReadableStreamFromStreamReadable(streamReadable, options) ^ TypeError: lazyWebStreams(...).newReadableStreamFromStreamReadable is not a function

In a mocha test I use readable-stream and I got this ``` Error: Cannot find module '../crypto/util' Require stack: - packages/formats/node_modules/readable-stream/lib/internal/streams/lazy_transform.js ``` I did not find why it gets loaded...

In utils we use: const kDestroyed = Symbol('kDestroyed') const kIsErrored = Symbol('kIsErrored') const kIsReadable = Symbol('kIsReadable') const kIsDisturbed = Symbol('kIsDisturbed') But that means that using helper methods with node core...

Would resolve #539. This is a hacky solution that may preferrably be made obsolete by resolution of [davidmyersdev/vite-plugin-node-polyfills#106](https://github.com/davidmyersdev/vite-plugin-node-polyfills/issues/106). The root issue is that some ``node:process`` polyfills export an ES module...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Similar to #450, though in this case a polyfill is present. It looks like the ``process`` polyfill is an ES module with a default export that isn't being properly unwrapped...

Attempts to address https://github.com/nodejs/readable-stream/issues/541