Dan Harris
Dan Harris
Thanks for reporting @cheleb. The issue in this case is that `ZStream.fromInputStream` uses a default chunk size on 4096 bytes, so if the file is larger than that (as in...
There is an issue to address this: #182
@kaushik143 Awesome! One thing I noticed recently is the default values for collection types are collections with a single element. They should probably be empty. So the default value for...
Thanks for the report @smehta91! I can't seem to access the scastie link. Would you mind posting the code here?
> TBH the last two batches are rather hard: > > ## `hashbrown` 0.14 & allocation size > `hashbrown` 0.14 doesn't expose the allocation size for `HashTable` which we would...
> Note sure if that would meet your requirements @thinkharderdev Yeah, although I was mainly using regexes as an example originally. Our particular issues are with some UDFs we have...
My dev machine is macOS 12.6 (arm). The rest of my team are all on the same OS but a mix of x86 and arm. In production we use debian:slim-bullseye...