Hannu Hartikainen
Hannu Hartikainen
When using DNSOverTLS=yes in resolved.conf all DNS queries over VPN fail if the private DNS server doesn't support DoT. This option makes disabling DoT for the link easy while keeping...
This is an implementation in [BQN](https://mlochbaum.github.io/BQN/), a modern array programming language. The code is idiomatic where possible but sometimes overly verbose. Also, parts of the MAL guide forced a non-array-y...
This is very useful on Android 12 without dedicated buttons, as swiping from the edge of the screen generates a back button press event. Under time pressure moving pieces on...
Per information visualization best practices (I'll look up a source if needed) the minimum possible value should be at the bottom of the chart if the maximum is at the...
I don't want to set a post date for all content, and I'm sure nobody needs those "0001-01-01" dates. This hides the posted-on element if date is not set.
Hi, and thanks for the good library! I don't understand why the default for `Form.options.inputs` is `"input, textarea"`. I'd hope for `select` to also be included. If there's a good...
Travis CI doesn't pre-install `grunt-cli` in current versions of Node.js, which makes `npm test` fail for the current test script (`grunt test`). It's very easy to avoid the problem by...
Not sure if I'm overlooking something obvious – sorry if I'm wasting your time here! - `nvim --version`: 0.8.0 - `git --version`: 2.38.1 - Operating system/version: Arch Linux (rolling release,...