Robin Message

Results 2 issues of Robin Message

The `casual.integer` generator is noticeably biased away from the ends of the range; the start and end of the range only occur with half the frequency of the other elements....

If I fetch a URL which is empty and append it to a zip archive, the archive hangs on `finalize`. ``` const data = await fetch(url); const readable = new...