Henning Hoefer

Results 9 issues of Henning Hoefer

Some (but not all?) third-level comments are never shown. For example, in https://www.reddit.com/r/XMG_gg/comments/v8cx7r/schenker_vision_14_2022_refresh_concerns_about/ there are 2 third-level replies to https://www.reddit.com/r/XMG_gg/comments/v8cx7r/schenker_vision_14_2022_refresh_concerns_about/ibqt3x4/ - but these are only shown when you open the...

type: confirmed bug

When you want to sign into pCloud with your Google Account, it doesn't work. Google specifically prohibits the use of an embedded WebView with their sign-in, due to the security...

**Bicep version** ``` ➜ az bicep version Bicep CLI version 0.9.1 (a2950a16df) ``` **Describe the bug** After deploying an email communication service, every subsequent deployment fails with `{"status":"Failed","error":{"code":"DeploymentFailed","message":"At least one...

Needs: Triage :mag:

Can we get this in by default please, just like coroutines already are? It's an official library after all.

[It seems the 1.4.4 release hasn't made it to NPM yet?](https://www.npmjs.com/package/diff-so-fancy?activeTab=versions) Please publish the latest release to NPM as well.

The generated schemas seem to list `path` as a required property under the `template` module. This is wrong. In fact, the `template` module doesn't even have a `path` property. Instead,...

When opening a project with the plugin active, I get the following exception: ``` Unhandled exception in [CoroutineName(com.intellij.ui.IconCalculatingService), StandaloneCoroutine{Cancelling}@60a6a3af, Dispatchers.Default] java.lang.NullPointerException: Cannot invoke "javax.imageio.metadata.IIOMetadata.getAsTree(String)" because the return value of "javax.imageio.ImageReader.getImageMetadata(int)"...

Minimal changes to fix #50 – should be released as a new version due to updated dependency.

[Since Surefire 3.1.1](https://github.com/apache/maven-surefire/commit/ed307a68224bb4cb1ea52c4e4ceaa652170c7472#diff-efbf1a613b0d3b854d7a732ab8f6221fa5ac34210449cdfb4eee6bb61a60c1ccR60) the formatting of the elapsed time comes already with the `s` appended. However, the TreePrinter [appends another `s`](https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/blob/45484196182a1de41cbb5da699a24d7086d8da3a/src/main/java/org/apache/maven/plugin/surefire/report/TreePrinter.java#L232), leading to output like this: ``` … [INFO] │...