Matt Widmann

Results 4 issues of Matt Widmann

The way that footnotes are currently emitted by pulldown_cmark's parser makes it difficult to format them as sidenotes in HTML. The problem is that `FootnoteDefinition`s are emitted as soon as...

enhancement
long term

The bit manipulation library has been removed in Lua 5.4, so md5.lua falls back to its custom bit manipulation functions, using tables. It would be better if md5.lua knew how...

It would be nice if lua-toml could parse TOML with date primitives in it. The dates could produce Lua date tables () or a custom object with a `__tostring` meta-method...

Within an array of tables, a single-bracket table spec with the array's key should apply to its last element (). Instead, lua-toml adds the new table's keys to the array...