Joris Clement

Results 5 comments of Joris Clement

I have tried your example and it works for me, if you change it a little bit. First my `config.ld`: ``` project="bla" title="bla" description="bla bla." add_language_extension("lc", "c") merge=true ``` Then...

For people with a similar problem: For me the file configuration without the exclude worked with this command `ldoc.lua .` and the following confing: ``` project="bla" add_language_extension("lc", "c") file =...

I also have the problem with version `0.39.0`.

For other people coming along here: An alternative solution to downgrading pip to 20.2.4 might be to use the old resolver in pip 20.3 (check [here](https://discuss.python.org/t/announcement-pip-20-3-release/5948) for more info) by...

Thank you for the feedback and sorry for not addressing this earlier. I reverted the changes dropping Python2 support. Using `git log -p -w --word-diff` shows much better than the...