Kenton Parton
Kenton Parton
On a related note, there are scenarios where one would want to perform custom validations even if a field doesn't exist. We have the following validation ```python class CustomValidator(Validator): def...
@lowecg @madelonhulsebos would you mind providing some guidance, please?
It would be great if a trained model was included in the repo so that we don't have to retrain one. Would this be possible? @cagataydemiralp @horseno @suhara
Ahh, didn't realise that `title` wasn't required. What do you think about the latest commit? Originally, if the length of `title + body` exceeded the OpsGenie title character limit, the...
@caronc what do you think about the comment and changes above? Thanks!
@caronc sorry to keep mentioning you but what do you think about the comment and changes above? Thanks!
The `message` aka `title` has a max length of 130 characters. The `description` has a max length of 15,000 characters. https://docs.opsgenie.com/docs/alert-api#create-alert. Originally, if the length of `title + body` exceeded...
Hahaha, as long as you are happy with it too! :)
Thanks for providing context @caronc. What do you think about introducing a new property `severity` which can be added to the URL as a query param? Something like this: `pagerduty://{integration_key}@{api_key}?severity=critical`...
Hi @caronc, personally, I think it would be nice to be able to define all available PagerDuty severities which are: * critical * error * warning * info Currently, using...