Ambrose Li
Ambrose Li
In the current schema.json, in the `references` field, a valid reference entry must have an `authors` field. However, when citing edited volumes (for example) in other styles (e.g., APA or...
Are there any guidelines on capturing translated titles (e.g., as described in CMOS17 14.99 or APA7 9.38)? Should there be an element in the schema that captures such information?
According to the current schema.json, the pattern for isbn is ^[0-9\\- ]{10,17}X?$ This is incorrect. An X, if it occurs, is the check digit and part of the ISBN and...
Are there any guidelines on what the various types in the reference list mean? I looked through the schema, and looked through the schema guide, but I’m not finding conclusive...
There is currently a [proposal to deprecate the rp element](https://github.com/whatwg/html/issues/7590). If the rp element disappears, w3m will no longer be able to handle Japanese text with ruby correctly, which would...
After loading kerning.js, some tags (e.g, the i tag) will be lost (replaced by span tags).
Alegreya (including Alegreya Sans) seems to have an incorrect baseline. If you set Alegreya next to, for example, Andada (which has a correct baseline) in a layout program that shows...
The prpl seems to be handshaking with the skype servers even when pidgin is started in offline mode (pidgin -n). Sometimes this results in the "Failed getting PPFT value, please...
Skip over leading spaces *and tabs* when parsing the command line; also treat tab as a delimeter to end the command. Fixes #1271 (plus make the behaviour of the interpreter...
This fixes #1266. It’s not really an idiomatic way to fix this but this is the smallest patch that works and plays nicer with the other fix.