Reto

Results 17 issues of 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: ![Screenshot from 2020-11-29 16-28-51](https://user-images.githubusercontent.com/360800/100546171-1b3a8000-3260-11eb-8278-5048dd7fc944.png) Extension: ![Screenshot from 2020-11-29 16-30-02](https://user-images.githubusercontent.com/360800/100546177-21306100-3260-11eb-8780-3181ccf46382.png)

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. ```...

bug
docs

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...

bug

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 -...