Alf Eaton

Results 49 issues of Alf Eaton
trafficstars

It's a bit tricky to test this fully locally, as there are JS files coming from lots of different places, but it _should_ work...

**Is your feature request related to a problem? Please describe.** Showing recent branches is a great feature, but I often have trouble finding a fairly recent branch because it's disappeared...

user-research

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code [REPL](https://babeljs.io/repl#?browsers=defaults&build=&builtIns=false&corejs=3.21&spec=false&loose=false&code_lz=MYewdgzgLgBAZgSwE7RgXhgbwFAxgIwC4YByfEgGmwF9ttRJYIBTBgE3S1xgDo_EUUKngCGxEiMrcA2iWAkAuuPk1sQA&debug=false&forceAllTransforms=false&modules=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=&prettier=false&targets=&version=7.23.8&externalPlugins=%40babel%2Fplugin-transform-computed-properties%407.23.3&assumptions=%7B%7D) ```js const first = {...

* Link to the actual standard for each version of the specification. * Link to the download page (where known) for each version, separately. * Link to an archive of...

I'm not 100% sure whether newlines are valid within RIS fields, and it's not too hard to run a filter to remove them before passing the data to `astrocite` if...

Would it be possible to fire an `attributestart` event when an attribute name is parsed, similar to the `opentagstart` event? This would allow the start position of the attribute (the...

If a schema file imports other modules, they need to be in the same pseudo-filesystem for `xmllint` to access. I've had a go at this in https://github.com/hubgit/xml.js/commit/2cbc559b64616e2bbba4d842bdee47b26b32c0a0 (which also includes...

[remark-sub-super](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-sub-super) has not yet updated to be compatible with `remark` v13, which uses `micromark` as the parser. * https://github.com/micromark/micromark#creating-a-micromark-extension * https://unifiedjs.com/learn/guide/create-a-plugin/ * https://github.com/micromark/micromark#extending-markdown * https://github.com/remarkjs/remark/pull/536 * https://github.com/remarkjs/remark/blob/main/doc/plugins.md * https://github.com/remarkjs/remark/releases/tag/13.0.0

1. Add a remark plugin that converts `[@foo]` to `` markup. 1. Extend the plugin to support prefix, locator, suffix, etc for each citation. https://pandoc.org/MANUAL.html#citations https://github.com/jgm/pandoc-citeproc/blob/master/man/pandoc-citeproc.1.md

For figures and tables - or, in fact, any object that requests them - generate numbered labels. Set the contents of the label and the contents of any cross-references to...