Mathieu Duponchelle

Results 137 comments of Mathieu Duponchelle
trafficstars

That is a timeout, pretty sure the code is fine, @jgm if you feel like triggering a new run :)

Rebased and pushed, no timeout this time :)

@jgm, the first change you mention is from the commit from @nwellnhof that you reverted, which you had squashed together from a bunch of his commits ..

My initial branch was also 4 commits that you ended up squashing as one, I had re-extracted the python stuff from it as it clearly needed to be separate, but...

As for putting the formatting script in src/, I put it there because the cmark executable is also located in there, even though it's not part of the library, just...

> And this has generally what has made it hard for me to process your PRs in the past. Really ?? My other unmerged PR is split into 20 commits,...

> What would help me is to hear a bit more about how this differs from what you can do already with cmark's commonmark -> commonmark transitions. I assume the...

Example use case: Let's say you're the maintainer of "progit", and want to enforce a certain set of rules (no soft breaks, lists have to use `*` as the marker,...

@jgm, well that's what this "demo" script aims at becoming, it only handles width for now because that was the only difficult thing to do, the rest can easily be...

Another important thing with that script is also that it does not do unnecessary escaping, which is really what bugged me with -t commonmark, ie given: ``` foo > bar...