Christian Steinmeyer

Results 40 comments of Christian Steinmeyer

For our use case, it would be nice to somehow trigger a webhook when the status of a task changes (e.g. created, validation, completed)

Thanks for the response @thequilo. Quick question: which tests are you talking about? The last two azure pipelines seem to only have failed because they were cancelled, if I didn't...

I see, thanks for the updates!

Thanks for the quick response! I understand, that some messages were silent before but are no longer, but in my case, the mypy plugin doesn't seem to work anymore at...

If I run `mypy --show-column-numbers --follow-imports silent ` from the same virtual env and directory, mypy runs, and doesn't crash, but finds an error (`Match statement not supported`). Aaaaand there...

FYI: Looks like mypy's support for match statements [might be released on Friday](https://github.com/python/mypy/issues/12021#issuecomment-1062767446).

Updated the issue to reflect our findings. I think there are two issues, actually: 1. What you mentioned already: missing information about the error cause 2. Even if this was...

That does make sense, thanks! If you point me to the correct file(s), I'd be happy to prepare a PR. Given, mypy's fix is just around the corner, this should...

As I see it, the output of the process is already consumed and stored in `issues` at that point. So we could either handle them at that point as if...