Solomon Jacobs

Results 21 comments of Solomon Jacobs

Some similiar ideas: * The checkmk bakery also transfers packages (it uses an .msi instead). So, we could also build this functionality into the Checkmk server. * ` rcc robot...

@simonmeggle I think you need to adjust the permissions for the environment variable to include the Personal Access Token (or we turn off the bot for v1/dev, since we did...

I also ran into this, with a slightly different example: ```python import sys class A: def __init__(self) -> None: self.had_error: bool = True def f(a: A) -> None: a.had_error =...

@Dreamsorcerer Honestly, I completely missed the existing responses here, because GH collapsed them. To have "sound" type narrowing, `mypy` needs to know which functions are mutating arguments. This information is...

Looks good to me. I did not test live though.

The validation also seems ok to me. Shame that there is no public function to check that SMTP is safe.

Hmm, I am a bit confused about this: ``` $ head api/v2/restapi/configure_alertmanager.go // This file is safe to edit. Once it exists it will not be overwritten ``` I feel...

Ah, wow. That is definitely a problem.

Hi @calestyo , I agree with the analysis given by grobinson-grafana and we did not here back since. Therefore, it seems fair to close this. Kind regards, Solomon Jacobs