Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mafintosh/docker-raw-stream

Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Account's avatar
maxogden/concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

mafintosh's profile
mafintosh
15 contributions
zanchin's profile
zanchin
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
mafintosh

mafintosh/docker-raw-stream

Decode/encode a docker raw stream

JavaScript
10
1
MIT License

docker-raw‑stream is a small Node.js utility that demultiplexes Docker’s combined stdout/stderr “raw” stream into separate stdout and stderr streams, and can also re‑encode separate streams back into Docker’s raw format. It’s aimed at developers writing tools or scripts that need to attach to Docker containers programmatically (e.g., via the HTTP API) and handle their output cleanly.