Daniel Woste

Results 241 comments of Daniel Woste

Thanks for reporting this bug. I'm not 100% sure, how I can reproduce this error. Would it be possible for you to setup a small example and upload it to...

I can not reproduce it as well for my presentation: https://github.com/useblocks/dwf The incremental build is working here. I had a similar problem in the past because I assigned a function...

I found some time to work on this. So I have made some tests, if the ftp mode could really speed up things. For this I have created 100 easy...

Okay, PR is ready: #48 . Luckily I was able to avoid temporary files. Please have a look and tell me, if anything is missing or implemented the wrong way.

I have regenerated my documentation with >1.500 diagrams. Normal run: 66 minutes Run with ftp mode: 46 minutes So it saves me ~20 min, or ~30% of build time. That's...

Had some thoughts in the same direction, but was not sure if parallel generation is even possible. Nice to see such a great solution. Unfortunately I was unable to build...

Ohh I forgot that ``doctree-resolved`` gets fired several times. Thanks for the hint. (I'm missing an event which gets fired after all docs-trees are resolved). Maybe you could call the...

Have tested it and everything is working. Made some tests with different batch_sizes to see how the impact is on build time (CPU has 8 cores, ~1.500 diagrams): ``` 005...

Nice and thanks. If I find some time I maybe will try to reimplement the FTP mode for your batch solution. Not sure if it still brings enough benefit now,...

Thanks for providing the needed plantuml command :+1: The extension [Sphinx-Needs](https://sphinxcontrib-needs.readthedocs.io/en/latest) is using plantuml for some stuff and I have just added an installation section how to use it for...