Seirdy

Results 93 comments of Seirdy

As discussed in the mailing list, this would also be useful for tables: rather than make an ASCII table, authors can link to a CSV. A mime-hook can process the...

On Sun, Oct 10, 2021 at 07:18:24PM -0700, mntn wrote: >This is a great idea. Would love to use [viu](https://github.com/atanunq/viu) for displaying images in the terminal. I've personally seen much...

> I think counting runes is the only sane default we can use. Counting bytes is just far too basic. Measuring width via https://godoc.org/golang.org/x/text/width would work, but only for monospace...

Setting `$DASHT_DOCSETS_DIR` to the directory containing Zeal docsets seems to do the trick.

Making the output GCC-compatible (like `mypy` and `shellcheck -f gcc`) would allow easy integration with many tools beyond syntastic. The GCC output format is `%filename:%line:%column: %severity: %message`. Severity isn't too...

Might be easier to instead support defining arbitrary headers.

The file format seems pretty simple; there's a chance I could implement this and send a PR over spring break or later. Having remote classes helps 😉.

A closer look reveals that a the separate metaxpaths.py does scan the body for the author and headline microdata properties, but not the description property; metadata.py scans the `` for...

On Tue, Feb 15, 2022 at 11:17:56AM -0800, Adrien Barbaresi wrote: >Could you please provide a concrete example of what you would like to >achieve? >Is the description property you...

imv can link against libheif now. On some distributions, libheif can use libaom and rav1e to handle avif images. If you build imv on Fedora 33 against libheif, for instance,...