Leo Breuss

Results 4 issues of Leo Breuss

Tested the jqPlot examples on a raspi, nginx, via http and https http://192.168.1.240/dokuwiki/lib/scripts/jqplot/examples/date-axes.html https://192.168.1.240/dokuwiki/lib/scripts/jqplot/examples/date-axes.html

If the jqPlot Examples are served via https, the googleapi jquery scripts need to be loaded via https as well. As of 2021, modern browsers refuse to load scripts from...

Hi currently, it does not start out of the box -- on my system at least. Maybe some dependencies, that need to be updated? ``` $ npm run dev >...

The goal `read-project-properties` shall provide the possibility to identify files by wildcard. The solution could work similar to the [maven-resources-plugin, include / exclude](http://maven.apache.org/plugins/maven-resources-plugin/examples/include-exclude.html) parameters. E.g. ``` xml ${basedir}/src/main/config/my-properties **/*.properties ......