certainmagic
certainmagic
If someone tries to serialize a json structure that's too close to Integer.MAX_VALUE bytes, ByteArrayOutputStream will fail while trying to grow its array. The failure is particularly annoying because it's...
Right now, B2JsonDurationHandler will return a null value instead of throwing a B2Exception when it gets invalid input. It should throw a B2JsonBadValueException instead. We might want to wait for...
Marj did some great work and found a cool bug. :) Currently, if you want to stop a large file upload, you need to call shutdown on the executor you...
## Bug Description Claude Code throws a TypeError when validating settings.json with hook configuration. ## Error Output TypeError: Cannot assign to read only property '0' of object '[object String]' at...