Christophe Delord

Results 53 comments of Christophe Delord

Have you tried to upgrade stack (stack upgrade && stack update)? It seems to be a bug with stack on Ubuntu (https://bugs.launchpad.net/ubuntu/+source/haskell-stack/+bug/1786197).

You can also try to use another stackage LTS version (line 21 in stack.yaml). e.g. 13.9 or 12.26 I don't use the stack version packaged for my OS. I prefer...

I'm not sure pp can be hosted on Hackage (yet?). The documentation is not in the right format and building pp requires more than just cabal or stack. It requires...

In fact this is intentional. I prefer crashing when a directory is not found instead of saying nothing when a file is created in the wrong misspelled directory. It's always...

The problem will be the same with `assign`. It's due to the parser. Arguments always refer to the arguments of the *current* macro, not the caller. To make this work...

I don't understand the actual need hidden behind this commit. The binary I deliver on cdsoft.fr is compiled on Fedora and their is no guarantee it will work on other...

If `§sh[(uname -s -r -m) || true]` fails, its result will be empty. Finally I think that we can remove such architecture details and be more generic. e.g.: ``` Latest...

pp will soon support `blockdiag`, `seqdiag`, `actdiag`, `nwdiag`, `rackdiag` and `packetdiag`.

pp is not very flexible, command lines are hardcoded. I'm testing Pandoc filters (see https://github.com/CDSoft/abp). It uses Pandoc AST and is not bound to a specific syntax. Diagrams (as well...

I agree. This inconsistency is very old and also concerns plantuml. Some softwares always use the same header, some not. Changing this now would break existing documents. [abp](https://github.com/CDSoft/abp) has a...