Werner Lemberg

Results 56 comments of Werner Lemberg

Well, I won't provide a WASM version by myself but I invite interested parties to work on that...

Danke für den Hinweis, aber obiges Installationsrezept funktioniert schon seit Jahren ausgezeichnet :-) Ich wollte es bloß dir zur Kenntnis bringen; es hat keinerlei Wichtigkeit für mich, da ich mir...

Well, FreeType on github is really just a mirror and nothing else – we actively discourage to open any issues there to avoid stuff distributed over two sites. So if...

Yes, I think so, too. AFAICS, only `wdiff` knows where the diffs start and end, and parsing the output of `wdiff` will fail, even with non-greedy regular expressions – you...

As a corollary it is probably necessary to remove the `--filter` option because it cannot be implemented reliably.

Ditto for `[`, which gets flipped to `]`. ```sh $ echo "[ x ]" > foo $ echo "x" > bar $ cwdiff foo bar ]x ] ```

Alas, I'm swamped with work for [LilyPond](https://lilypond.org) and [FreeType](https://freetype.org), sorry. Maybe I'll find some time to check #7, but I can't promise anything.

OK. It would be nice if MuseScore emitted a warning until this gets done.

[Taken from the OpenType mailing list] Interesting! I'm not sure how this will behave size-wise, since adjustments to the grid are certainly not linear; this might lead to quite large...

What about using two backticks for disabling references? Right now, saying ``` foo ``next`` bar ``` makes ldoc print > foo `next` bar This means that this Markdown feature is...