getkyo / kyo

Toolkit for Scala Development
https://getkyo.io
Apache License 2.0
527 stars 44 forks source link

chunk fixes #467

Closed fwbrasil closed 3 months ago

fwbrasil commented 3 months ago

I noticed two Chunk bugs while working on https://github.com/getkyo/kyo/issues/368. Chunk.changes was ignoring the first param and Chunk.copyTo wasn't considering the offset correctly for appends.