Results 41 issues of mcnesium

Trying to get a list of [currently available Invidious instances](https://redirect.invidious.io), I started doing curl -s https://redirect.invidious.io | htmlq "noscript" which gave me a list of all the noscript elements on...

Instead of the hard-coding `"$HOME/.gimp-$version"`, the install script should make use of the `GIMP2_DIRECTORY` environment variable to give users the opportunity to follow [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html).

Using Monokai Extended Light theme GFM fenced blocks look like this: ![tisuuth1](https://cloud.githubusercontent.com/assets/476060/7042624/811d0cf8-dde3-11e4-8892-1e6247ddfea8.png) The background color should be adjusted to light background color.

[According to the W3C HTML Validator, that line was invalid HTML](https://validator.w3.org/nu/?doc=https%3A%2F%2Fjekyll.github.io%2Fminima%2F) > Error: Attribute href not allowed on element data at this point. > Error: Element data is missing required...

IMHO it is interesting to see the author of an entry right in the list. Truncated to 35 characters as the feed title is. ![Screenshot from 2022-04-27 18-21-43](https://user-images.githubusercontent.com/476060/165566100-8118e14c-70a9-432e-82bd-166f9173108b.png) Do you...

First of all thank you for sharing this great app! I am aware that it is claimed "opinionated", so this is rather a question than a bug report. Using the...

question / discussion

[The "Migrate your existing Matrix account" tool](https://ems.element.io/tools/matrix-migration) does quite a good job in transfering your account to a new home server including setting roles and parting the old account, which...

Is there a citation variant like [natbibs `\citet`](https://en.wikibooks.org/wiki/LaTeX/More_Bibliographies#\citet_and_\citet*) that renders the author's names outside of the parentheses: > Example et al. (2016) I am aware of `--suppress_author` but that requires...

Here is the result of tidying a snippet with a very long line. It creates an extra empty line when doing `--wrap` or using the equivalent option in the browser...

bug

I am trying to run it with this `.drone.yml`: pipeline: restore-cache: image: drillster/drone-volume-cache restore: true mount: - /drone/.bundle volumes: - /var/cache/drone/test:/cache build: image: ruby environment: - BUNDLE_PATH=/drone/.bundle commands: - bundle...