Alex Muirhead

Results 16 comments of Alex Muirhead

Would it be worth using multiple different patterns to try and match different supported formats, such as one for scientific notation and one for hexadecimal, and either let the user...

I've had a play around using a bit of regex, and had a similar pattern starting with either a digit or a comma/dot, and combined with the `get.text` function from...

Is there a way to extend / modify this workaround to allow for `cell`s with `colspan` etc? So an example might be ```typ #table( columns: 3, table-header([First], table.cell(colspan: 2)[Third]) //...

That's definitely understandable, thank you for looking through it either way! Another potential approach I tried (that might be better) was to use `"{:0}"` to specify zero-width minimum for the...

Removed all the final `version(..._test)` and added a basic `makefile` for `ntypes` unittests.

I've converted this to a draft while we experiment with the `lmr` python program/s in isolation. A couple of notes on what I've found while adding these updates 1. `pip`...