Michael Hönnig

Results 8 comments of Michael Hönnig

Your issue is now over a year old, but I have the same problem. Looking at the source, the fix looks pretty easy, but I have never built a Cordova...

I've forked the repo and applied my idea from above: [see commit in my cordova-plugin-tts fork](https://github.com/mhoennig/cordova-plugin-tts/commit/5f5b5aaf6a5114f78b2ff7ddb17da6485ed664ce) It works! For 50% loundness you need to set volumen to about 0.2 by...

I'm working on this because the current draft system is really unsable. See also [issue 652](https://github.com/jbake-org/jbake/issues/652). My personal requirements: - draft posts should be rendered with '-draft' added, as it's...

Any chance that there will be a general solution for this issue or do we need ugly workarounds like a Lambda layer? It would be great to know if it's...

We found an easy workaround for simple Excel-Sheets, avoiding methods which use Fonts, e.g. using setColumnWidth instead of autoSizeColumn. But this certainly does not help in all cases.

We have version 'org.owasp:dependency-check-maven:7.1.1' running. It worked up until we added these dependencies to our project: ``` plugin: id 'io.openapiprocessor.openapi-processor' version '2022.2' implementation 'org.openapitools:jackson-databind-nullable:0.2.3' implementation 'org.modelmapper:modelmapper:3.1.0' testImplementation 'io.rest-assured:spring-mock-mvc' ``` Now...

Today it's working like a charm - without any change. Maybe it got stuck fetching some resource? In that case it would be a good idea to have shorter timeouts...

I am having the black window also with extended dual screen. Actually, I thought I always have that problem, but I have to check later on my Linux machine if...