Cole Murray

Results 6 issues of Cole Murray

Update ElasticMQ 1.3.9

## Description When a job ungracefully exits, it currently remains in a zombie running state. Within the UI, there currently is not functionality to manually mark this as failed, requiring...

needs:details
needs:research
ui
v2

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...

bug
status:backlog
priority:high
component:deployment

Is this still being maintained?

https://github.com/jasonppy/VoiceCraft/blob/master/inference_speech_editing_scale.py#L127

## Bug description When using wrapped types, ts-to-zod fails with circular dependencies ### Input ```ts export type AutoboxedType = { someProp: Number; } ``` ### Expected output ```ts export const...