Manfred Steiner

Results 5 comments of Manfred Steiner

I made some further investigations with Google Gson library. Javadoc from source code works with [Gson 2.8.6](https://repo1.maven.org/maven2/com/google/code/gson/gson/2.8.6/), and does not work with [Gson 2.9.0](https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/). I found out the very strange...

I have now modified gson.jar by copying `META-INF/versions/9/module-info.class` to `/module-info.class` inside the jar file (which is a zip archive). After this modification Netbeans 13 is able to open Javadoc also...

How did you override CSS? Modification in global file `styles.css` works: ```css .ngx-slider-tick { width: 0!important; height: 0!important; } ``` But I would prefer a local solution in the component...

Hi Instagit, in the meantime I test this issue also on android smartphone and google chrome browser. There the downloading stops when pausing or cancelling the video. So it seems...

Maybe a Firefox Problem? [https://bugzilla.mozilla.org/show_bug.cgi?id=1285856](https://bugzilla.mozilla.org/show_bug.cgi?id=1285856) edit: fixed the link :)