tpiron
tpiron
**Problem description** tts sounds are played at the same times that other sounds because it doesn't request audio focus. **Steps to reproduce** Start music playing app like spotify, and trigger...
PR reworking the way pagination work. This could allow sdk users to choose how many items to retrieve at each calls by adding a RequestBy parameter. We also get rid...
Hello, The dates used in query params don't use the webex API format: ISO8601. So the server returns a 400 BAD REQUEST with the message: "The request could not be...
Fix bad request when trying to use a date in query params
Update of some structs to match the webex API changes.
Hello, Created this PR to solve issue #13. Added possibility to set bindPassword from environment variable or docker secret (filesystem `/run/secrets/my_secret`). No breaking change.
**Describe the bug** When using the email builtin plugin (https://github.com/ovh/utask/blob/master/pkg/plugins/builtin/email/README.md), setting the port from a template evaluated value ( `"{{ .config.smtp.port }}"` for example) generate a validation error. **To Reproduce**...