Reto
Reto
My HDMI output is missing from the extension's dropdown, but is visible in system settings. Possibly related to https://github.com/AndresCidoncha/audio-switcher/issues/17. System settings:  Extension: 
See https://gis.stackexchange.com/a/352659
I'm really a webpack noob, so please forgive me if I'm missing something obvious here. But according to the [docs](https://webpack.js.org/configuration/module/#modulerules) the key to define rules is `module.rules`? This PR contains...
Currently an empty string argument becomes an empty string, and is thus ignored by the shell: ```console $ node -e "let esc = require('shell-escape'); console.log('|' + esc(['']) + '|')" ||...
### The problem I'm trying to set the `db_path` argument for the SqLite backend, but it's not accepted, instead it's using the `cache_name` as a filename as the path. ```...
The nginx WebDav server requires a trailing slash for `DELETE` requests on paths, but MaterialFiles is not sending it. According to the [WebDAV RFC, section 5.2](https://datatracker.ietf.org/doc/html/rfc4918#autoid-13): > In general, clients...
This is now following the same logic as the Python version, see: https://github.com/kerrickstaley/genanki/blob/73f1debfd74d25245403186d52a093e6d846da41/genanki/model.py#L40 The value can either be: - "all": All the fields in the given list are required -...