mrwilby
mrwilby
### Expected Behavior In 1.x, when a CodecException was thrown, exception mappers were invoked. This is the expected behavior. ### Actual Behaviour In 3.5.3, when CodecException is thrown, the exception...
### Feature description In our security framework, we have a few unfortunate use cases where we need to be able to read the request body to determine authN/authZ context. This...
Where does this thread (below): ``` Thread watcherProcessor = new Thread("ZookeeperClient-watcherProcessor") { ``` get cleaned up when close() is called? I see a ton of these threads lingering around in...
I read that when using metal acceleration, ggml may emit logging. How can we disable this? It's overwhelming all the other output from my program making it difficult to see...
## Description The Bash tool in Claude Code consistently fails when executing commands that involve directory navigation on systems with zsh configured with zoxide (a modern `cd` replacement). ## Environment...