Daniel Woste

Results 86 issues of Daniel Woste

IDs can be generated based on the title (hash) or must be set. If needs are nested in other needs, it makes sense to somehow inherit the id from the...

enhancement

Beside the `:hide:` option, there should be also a `:delete:` option, which completely deletes the need, so that it doesn't exist in any lists or dics. This would allow a...

enhancement

Right now our test cases aim mostly for rst and vanilla sphinx. But there are other sources/files in which needs could be defined: - Python files (imported via autodoc) -...

enhancement
tooling

If the result list is empty, the generated code contains errors for plantuml. Looks like plantuml doesn't like comments only. Will throw error: ``` @startuml ' Single comment @enduml ```...

bug

If the builder needs is used, som stuff still happens, which is not necessary and costs build time: * static files get copied (e.g. javascript libs) * needflow, needpie and...

bug

PlantUML has a [FTP mode](https://plantuml.com/de/ftp), which prevents the JVM to be started for each single PlantUML diagram. It would be great to have support for this. Our documentation has ~...

Allows to use the FTP mode from PlantUML. This avoids the startup of the JAVA RTE for each diagram generation, which may speed up the overall build process if many...

## Details This is based on a comment from @humitos : https://github.com/readthedocs/readthedocs.org/issues/3885#issuecomment-1244001249 ``build.commands`` does not allow to install extra packages via `build.apt_packages`. Even if ``build.commands`` gives me more flexibility in...

Feature
Needed: design decision

I needtables and also needextract, the target-need is only linked via the ID. So the ID must be shown somewhere, to get to the related need. Without the need-ID, there...

Like need-parts, also child-needs should be included inside their parent-needs for needflows. Example of need-part integration: ![image](https://user-images.githubusercontent.com/998700/192754145-d0a4869a-b62c-41f8-b4fc-c0b4c87fd96c.png) Maybe an option would be good, to define the parent-needs which are using...