Joel Vega

Results 6 issues of Joel Vega

There's no so many menus and options, but it would be nice to choose the language. Once you put the mechanism to do so I can (want) to help you...

enhancement

Hello, I found a case when a repetitive task should not be marked as failed after it reached the max_attempts params. Imagine, for this example, thath the MAX_ATTEMPTS param is...

To fix #180 , this approach it's mainly added by @germancollado

This fixes the #66 issue, it's happening because on windows the `ctrl+c` signal propagates over all subprocess (like pressing `ctrl+c` on each subprocess), then the sentinel will see that the...

We are using a Oracle database, and using the ORM cluster: ```py Q_CLUSTER = { 'name': 'DjangORM', 'workers': 4, 'timeout': 90, 'retry': 120, 'queue_limit': 50, 'bulk': 10, 'orm': 'default', 'log_level':...

### Describe the bug The `closeButton` property from vue-sonner it's not working ### Reproduction Using two buttons, one with `toast` and other with `toastOriginal` with the same properties, the close...