Jesse Rosenthal

Results 19 comments of Jesse Rosenthal

The only downside I'd see to leaving it in the filters is that you couldn't simulate the different-carets, since the AST doesn't keep the footnote marker. But other than that,...

In case anyone else comes across this, I implemented an ad-hoc solution by creating a new typeclass, and related encode functions: ``` .haskell class ToManyRecords x where toRecords :: x...

This would be a problem that would be solved by being able to use proper .dotx templates, right? It might be time for us to start trying to think through...

Right -- I was thinking of parsing the fields and instrText. In particular, I was interested in the fact that you could make one with TITLE field and so on....

Alexander writes: > @jkr How do I update binary Docx files with the new test framework? > All binary tests are failing mostly due to added endnote style. Manual >...

Oh, and if you test against a non-existent word file, it will create it. More info here: https://ro-che.info/articles/2017-12-04-golden-tests

Just to let you know that i have reviewing this on my todo list, but it still might take a bit more time (until the end of the semester) until...

Sorry to be so behind on this -- I definitely think it makes sense to remove generated TOC data. It shouldn't be particularly hard. It seems, from looking around the...

@mhohai: what does it output now? Just the cropped area of the image? Could you post an example file and describe the output you get and the output you want?...