Will Robertson

Results 97 issues of Will Robertson

### Summary: The REST API documentation for wiki pages is missing documentation for attribute `todo_date` as well as methods to set it ### Steps to reproduce: 1. Create a page...

This seems funny to bring up after such a long time. Karl mentioned at one point that fontspec should include the line number in some of its warnings, and it...

feature-request
l3msg

Joseph brings up a good point in a recent discussion. There are a number of typesetting concepts that are not yet supported in expl3 and for doing simple things like...

Active characters are not our favourite feature of LaTeX but there are a number of cases where used judiciously they solve real problems. A sketch of an interface below for...

enhancement

In my own `build.lua` files I've taken to including the following lines: ``` local function tryrequire(m) -- from: https://stackoverflow.com/a/17878208 local ok, err = pcall(require, m) if not ok then return...

The `l3build manifest` output goes above and beyond what is actually needed as a distributed manifest. For example, it is unlikely that a long list of test files is needed,...

Some time ago we added the option to record the exit status of a test file — I find this invaluable in my testing as sometimes errors only produce effects...

enhancement

When debugging it can be extremely useful to print status lines for what's happening. I started some work in this area long ago but obviously got side-tracked. My only concern...

enhancement

Given lua is installed out of the box, having access to the package manager luarocks would be a natural complement. I recognise that this may be highly challenging if not...

Karl raises some good questions: /B/AAT -> basic could-be-valid multi options, can be separated by space, or? /B/I -> same as /BI, or /B wins, or /I wins, or undefined,...