Josef Friedrich

Results 9 issues of Josef Friedrich

`huescene-breath` not working if `hueservice-detect-lights` not running

## Description Remove unused functions. Fixes #5103. The function `ex_varassign` is never called. The function `ex_lvalue` is only called by `ex_varassign`. ## To Do - [ ] Documentation. (If you've...

Some style guidelines require that block statements must begin and end with blank lines. I would apprecitae if this lovely formatter could support this with the help of an option...

enhancement

Please update the version number in the manual on CTAN. The date is updated, but not the version number. That could be confusing. Please add the versions also as git...

Rewrap doesn’t recognize German quotation marks. * Englisch quotation marks: “…” * German quotation marks: „…“ (The first English and the last German quotation mark are the same) see https://en.wikipedia.org/wiki/Quotation_mark#Summary_table...

backlog

``` pip3 install argdown ``` ``` python3: >>> import argdown ``` ``` Python 3.6.5 (default, Apr 1 2018, 05:46:30) [GCC 7.3.0] on linux Type "help", "copyright", "credits" or "license" for...

eslint@typescript-eslint/no-invalid-void-type ### Description When I copy the example from the documentation into my project, these warnings appear: void is not valid as a constituent in a union type eslint[@typescript-eslint/no-invalid-void-type](https://typescript-eslint.io/rules/no-invalid-void-type) Using...