Justin van der Merwe
Justin van der Merwe
Allow for `scramble(null)` (in which case we'd return `null`). This begs the question - why not have the null checking happen outside of `scramble()`, rather than have `scramble()` need to...
**Describe the bug** When using `stream-transform` for processing large datasets and the `parallel` option is a value greater than `1`, we're seeing high memory usage. **To Reproduce** ```js const fs...
## Context We currently have very little information on how likely collisions are for each of copycat's API methods. For some methods (e.g. bool), these are trivial or unimportant. For...