Matt Fellenz

Results 138 comments of Matt Fellenz

@yurivict That would not work with `3/8 inches`; it would cause it to be parsed as `3/(8 inches)`. I think, though, that if we see `3 mm / 4 seconds`,...

The previous approach mostly works well, except it breaks for `3i/2 m`, giving `m^-1` instead of `m` because it is grouped as `3i/(2 m)` by the rule checking for an...

Yeah I think that's a good idea and shouldn't be that hard since the environment should be available at that stage.

Has this lost steam? I would be willing to take over and finish this up :)

Has this lost steam? I would love to have this feature

Based on a neutral sample of Edwin (the font in question) from another source (Inkscape so GTK), MU4 looks closer, but this may just be my perception. This is from...

Citing https://github.com/fish-shell/fish-shell/blob/88ebaeb6e323203390c0441f46b8c9d297242245/doc_internal/fish-riir-plan.md?plain=1#L40 What does "initially" mean?

> Dunno, maybe. It's a decision for later. Ok but that's is very different from declaring that you *won't* use it. It seems a bit dubious to consider it a...

Wouldn't the parser change also be backwards-incompatible? I know I have documents that do stuff like `$a-b$`.

Well I'm just saying that out of the two proposed solutions I prefer the one that isn't a breaking change.