Jürgen Knauth

Results 7 issues of Jürgen Knauth

Hi! The window opens but nothing is displayed. I can see the window border - the border is rendered - but the rest of the window is "see through". If...

Hi! It seems that always the theme 'white' is used regardless of what you specify in `run()`. Theming works in HTML export.

On your webpages such as "https://apiad.net/auditorium/quickstart/" you refer to an API documentation at https://apiad.net/api/show/ . Sorry to say that but https://apiad.net/api/show/ is broken.

Hi! **lesscpy** fails parsing the following line: ``` min-height: calc(100vh - 300px); ``` Apparently **lesscpy** expects something completely different instead of the `300px`. If I replace `300px` with a variable...

The output of running "gradlew run ..." as stated in the README: ``` * What went wrong: Execution failed for task ':buildSrc:compileGroovy'. > BUG! exception in phase 'semantic analysis' in...

Extension: Language Support for Java (Red Hat) OS: Ubuntu Linux --- The extension tells me again that it runs out of memory. This is quite strange as I am developing...

ls-error/crash

Hi! If you render a bar chart with *these* options: ```python config = pygal.Config() config.print_values = True config.print_values_position = "top" config.style = pygal.style.DarkStyle config.value_colors = ('white',) ``` then the value...