Guillaume Sabran
Guillaume Sabran
### What happened? the link to awesome tuist is linking to https://docs.tuist.dev/enhttps://github.com/tuist/awesome-tuist instead of likely https://github.com/tuist/awesome-tuist ### How do we reproduce it? go to https://docs.tuist.dev/en/ click on awesome tuist ###...
**Describe the bug** A number of types that are `Codable` don't encode correctly. This seems to impact a number of the typed enums that are typically received from an OpenAI...
## Support generating `Encodable` types: - make `DataDict` conform to `Encodable` - add an opt-in option in the codegen config to make the types conform to `Encodable` (there is no...
I think caching is broken with tool use. What I've observed is that when the `arguments` is serialized in a different order than previous messages, there is no cache hit....
## Summary Add an integration test to ensure ACP is not broken. This test validate that the initial handshake is successful. ## Details This relates to a recent regression: https://github.com/google-gemini/gemini-cli/pull/14159...
My server streams responses back to its client and those can connections can last a while. For a given request I wanted to be notified when the client disconnected to...
This should address https://github.com/sindresorhus/create-dmg/issues/57 Disclaimer: this code is mostly vibe coded. The result looks good from my testing though: Before: | Before | After | |--------|-------| |  | ...
### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...