cleanerx
cleanerx
Plantuml offers mindmaps through @startmindmap See https://plantuml.com/de/mindmap-diagram However spinx 3.5.1 with sphinxcontrib-plantuml 0.19 delivers ``` sh WARNING: error while running plantuml b'ERROR\n1\nSyntax Error?\nSome diagram description contains errors\n' ``` when used...
I'm trying to modify a ubuntu raspberry pi base image. It rather frequently happens that not all devices appear causing packer to fail the build. My assumption is that there...
With the unzip / p2 adapter you may get to view many contents and a message appears: "Too many artifacts… This view contains too many artifacts (10.014) to view." In...
I have uploaded a p2 update site zip. If I use p2 metadata generation I am missing a bundle in contents.xml. If I use the unzip adapter the bundle is...
I tried to check out the sources. As part of that there is a script to be executed that does download necessary artifacts. Unfortunately I'm behind a proxy that requires...
Looking at the wit-syntax the following is supported package-decl ::= 'package' ( id ':' )+ id ( '/' id )* ('@' valid-semver)? ';' Using it package com:mydomain/tree/leaf; interface foo {...