Gerd Aschemann

Results 75 issues of Gerd Aschemann

As a developer of HSC I would like to get use the [Java String Similarity](https://github.com/rrice/java-string-similarity) library and drop the incorporated version of it from my source (as it meanwhile became...

enhancement
help-needed
hacktoberfest

As developer of HSC I would like to use a mock service to test for misc. external resources as the *real resources* are sometimes not stable which leads to frequent...

enhancement
help-needed
hacktoberfest

As a product owner I would like to see constant improvements if existing code, in particular wrt. SonarLint (cf. [Known Issues](https://sonarcloud.io/project/issues?issueStatuses=OPEN%2CCONFIRMED&id=aim42_htmlSanityCheck) in SonarQube).

enhancement
help-needed

If hrefs and other links contain erroneous URIs or something like `xmxaxixlxtxo:[email protected]` which is the result of some obfuscation, HSC should not run into an Exception. Moreover, the problem should...

enhancement
help-needed

# Problem An [asciidoc fragment](https://github.com/jreleaser/jreleaser.github.io/blob/38116a63bc33ddbb0876f1554544dc8a2b196b5c/docs/modules/tools/pages/jreleaser-ant.adoc?plain=1#L733-L733) like the following, currently leads to an exception (see below) when rendered as HTML. ```asciidoc Executes the xref:concepts:workflow.adoc#_catalog_[Catalog] workflow step. ``` # Exception ``` org.aim42.htmlsanitycheck.tools.Web$InvalidUriSyntaxException:...

bug
help-needed
hacktoberfest

As a developer of HSC I would like to get rid of Enterprise Architect (EA) based diagrams and documentation as I do not have a licence of EA permanently available,...

documentation
help-needed
hacktoberfest

As a user and developer of HSC I would like to get a brief overview of the core module (README and Manual page).

documentation
help-needed

As a user of HSC I would like to get only warnings or errors on the console to make the output less verbose. Usually, I am not interested to get...

enhancement
help-needed
hacktoberfest

As a developer of HSC I would like publish the contents of src/docs/index.adoc. The Landing Page of the [GitHub pages site](https://aim42.github.org/htmlSanityCheck) is created from the landing page GSP (`src/docs/landingpage.gsp`) which...

bug
documentation

## Description I experienced strange behaviour when trying to use Antora prefixes in `include`s: ``` Can't resolve Antora prefix 'partial$' for target 'partial$xxx.puml ``` It turned out that this message...

documentation