Rúnar Berg Baugsson Sigríðarson

Results 20 issues of Rúnar Berg Baugsson Sigríðarson

The `prepublish` script has been depricated in favor of `prepare`. `prepublish` doesn’t run before `npm install` in npm v5 which is inconvenient. when pulling straight from the git repository. See...

It would be nice if the HTML report came with a badge that I can put on top of my `README.md` that links to the HTML report.

It would be nice if we could use [fstat](https://nodejs.org/dist/latest/docs/api/fs.html#fs_fs_fstat_fd_callback) and [lstat](https://nodejs.org/dist/latest/docs/api/fs.html#fs_fs_lstat_path_callback) as well instead of [stat](https://nodejs.org/dist/latest/docs/api/fs.html#fs_fs_stat_path_callback) where necessary. For example when dealing with a possible dead symbolic link, [stat](https://nodejs.org/dist/latest/docs/api/fs.html#fs_fs_stat_path_callback) will...

Is it possible to add captioning to the HTML media elements? HTML has the [`` ](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/track) element to accommodate this, which you can add as a child element to ``...

Stylelint is always a few versions behind. Preferably I should be able to use whichever version fits me and upgrade at my own pace.

I love the v2.1.0 changes to the letter reading practice. Particularly I love how currently all the expressions are presented, rather than just the first 5. However there is no...

Would you be interested in exporting a `` custom element? Currently [TexZilla](https://github.com/fred-wang/TeXZilla) exports it, I also export a `` element in my [mathup](https://github.com/runarberg/mathup) ([see here](https://github.com/runarberg/mathup/blob/main/src/custom-element.js)). I‘m thinking about how I...

This package is not very convenient to use with [html importmaps](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap). You have to specify every sub-dependency: ```html { "imports": { "markdown-it": "/node_modules/markdown-it/index.mjs" }, "scopes": { "/node_modules/linkify-it/": { "uc.micro": "/node_modules/uc.micro/index.mjs"...

Those are [峡](https://shodoku.app/kanji/%E5%B3%A1), [挟](https://shodoku.app/kanji/%E6%8C%9F), and [狭](https://shodoku.app/kanji/%E7%8B%AD) List here: https://shodoku.app/kanji-component/%E5%A4%B9

It seems like most instances of components with `kvg:element="⺍"` have the `kvg:original="つ"`, instead of the expected `小`. Is this intended or is this a bug? Note that this is not...