A [bug found in Aleph's walkthrough examples]() was caused by the [deprecation of `byte-streams` namespace](https://github.com/clj-commons/byte-streams/blob/f4d4032b6c6db0207397cbc8887497e6afbfd4fc/src/byte_streams.clj#L3) in favor of `clj-commons.byte-streams`. The byte-streams Readme makes no mention of this deprecation, and all examples are shown still using the `byte-streams` namespace.