You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A module I'm using (parse-obj by @mikolalysenko) expects an incoming data stream, which I am loading from a static asset using brfs. But since there is no direct support for createReadStream I have been needing to add a simple Readable wrapper on top of readFile. It's not a huge problem, but I wonder if that boilerplate can be baked into brfs itself... I can do a quick PR if there are no design/scope issues with that.
The text was updated successfully, but these errors were encountered:
A module I'm using (parse-obj by @mikolalysenko) expects an incoming data stream, which I am loading from a static asset using
brfs
. But since there is no direct support forcreateReadStream
I have been needing to add a simpleReadable
wrapper on top ofreadFile
. It's not a huge problem, but I wonder if that boilerplate can be baked intobrfs
itself... I can do a quick PR if there are no design/scope issues with that.The text was updated successfully, but these errors were encountered: