-
Notifications
You must be signed in to change notification settings - Fork 19
support custom stream creation #19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I've created a separate repo that has some basic tools for creating custom |
Any reason why this isn't rolled into this lib? Would you guys accept a PR to include it @paf31? I'm happy to put in a PR for it, and I'd expect this lib to provide some way to create stream values... |
Ping @hdgarrood and @garyb on this one. Would you guys accept a PR to directly wrap the Node |
@cprussin I'm happy to update my repo for PS 0.12 and then make a PR here. What do you think? |
@matthewleon sure, that would work; I'm just not sure if it's the kind of thing the owners of this repo want here or if they prefer it in a separate module--I'd rather let them chime in on that. I know that the intent behind |
Sorry for the late response. Yes, I think a basic wrapper for those APIs would make sense here. |
@cprussin I've updated https://github.com/matthewleon/purescript-node-readable for PS 0.12 support, which trimmed a lot of the fat off the library. No more nasty effect rows. That said, it might be worth paying attention to the So you would either want to update |
I ended up going a different direction with the project that I was working on that needed custom streams, so I haven't been quite so motivated to dig into this more just yet. I'm sure the need will come back to me soon though, so when I get a chance to revisit, I'll let you know what I find. Thanks for updating the lib, that will be super helpful! |
No problem. It might be sensible to build yet another lib on top of it, offering a higher-level abstraction around the streams that takes care of serialization for you. I'd be curious to see the results if you do go down this path. |
Is there any interest in supporting the creation of custom streams in this lib? I am working on a fork that does so, and wondering whether I should make a PR here, or create a separate lib.
The text was updated successfully, but these errors were encountered: