Gabriel Peal
Gabriel Peal
_Platform:_ - [x] Android -> compile 31, min 23, target 28 _Build system:_ - [x] Gradle -> 7.4 _Android Gradle Plugin:_ - [x] Yes -> 7.1.1 - [ ] No...
Previously, trim paths individually only worked for shapes within one content group. However, they will now work when spanning multiple groups. Fixes https://github.com/airbnb/lottie-android/issues/2262
**Account information** Not appropriate for a public bug **Describe the bug** APKs downloaded by the DownloadService [here](https://github.com/applivery/applivery-android-sdk/blob/425b51f0ea2cc002134eeef41c416f311230e812/applivery-updates/src/main/java/com/applivery/updates/DownloadService.kt#L115) are never deleted so they accumulate in the cache directory forever. **To Reproduce**...
Follow-up from https://github.com/airbnb/lottie-android/pull/2518 cc @allenchen1154
We're trying to migrate from `session_id: Uuid` to `conversation_id: ConversationId`. Not only does this give us more type safety but it unifies our terminology across Codex and with the implementation...
This updates the ctrl + c behavior to clear the current prompt if there is text and you press ctrl + c. I also updated the ctrl + c hint...
In order to consume the new list/resume conversation endpoints, we need to codegen all of the EventMsg and downstream types. Further tweaks might be needed (particularly for std::Duration) but I'm...