Christophe Delord
Christophe Delord
It may be an effect of the Nagle's algorithm that seems not to be disabled in `http.lua`. Something like `h.try(c:setoption('tcp-nodelay', true)` in `http.lua` (function `_M.open`) may help in this very...
Binaries are compiled on Fedora. They may or may not work on other Linux distributions. I highly recommend to compile pp from the sources on your OS: - install stack...
I'm not considering embedding Lua. Do you have any use case in mind? I think a Pandoc filter (in Lua) would do the job (unless you need specific interactions with...
I can not reproduce this. It seems to be a plantuml issue.
Several points must be considered before merging: 1. The link to original (and uptodate) Jar files is not provided (`make` should be able to download original files and integrate them...
The problem is not (the original) plantuml.jar but all other JAR files added to plantuml.jar (see https://github.com/vasil-sd/plantuml-pdf-math). Their licenses should be explicitly checked and documented.
I would suggest to use the `-plantuml` option to use a custom plantuml.jar instead of embedding dependencies with unknown licenses.
Thanks. I'll add a link in the documentation.
`!rename` would be a specific way of redefining macros. e.g.: `!ren(X)(Y)` is equivalent to `!def(Y)(!X(!1))` (for macros with a single argument). `!def` requires a few additional characters but is more...
ok. I'll add test requirements in 2.13.2