Tobias Weber

Results 3 issues of Tobias Weber

The goal was to change some content of onenote pages. The download of the content was successful, but the upload gives an error (used `...` to hide some personal information)....

ToTriage

We did the following changes as suggested here: ``` diff --git a/.github/workflows/StaticCodeAnalysis.yml b/.github/workflows/StaticCodeAnalysis.yml index 22fefc415..e272fbf2c 100644 --- a/.github/workflows/StaticCodeAnalysis.yml +++ b/.github/workflows/StaticCodeAnalysis.yml @@ -191,7 +191,9 @@ jobs: working-directory: build clang-tidy: if: github.event_name...

It was a little bit confusing that ipv6 can also contain an ipv4. With this change, that will be clearer by labeling it the same style as ipify does. As...