Nico Rikken

Results 66 issues of Nico Rikken

I'm building a solution to start a Neo4j Docker container and have it initialize from a dump. When I load the dump in a 'cold' container, there is no graph.db...

feature
team-kernel

I also use Archimate to create deployment diagrams, as it has the nice feature of clickable documentation. This use-case comes with giant diagrams which contain all the features in one...

Adds the missing slash in the URL to the releases page. **Please check if the PR fulfills these requirements** - [x] The commit message follows our [guidelines](https://github.com/get-woke/woke/blob/main/CONTRIBUTING.md) - [x] Tests...

Enables `asciidoctor-diagram` support for generating images as defined inline in the source file. The resulting images are captured afterwards in a new task named `collect-images`, to stick to the basic...

enhancement

Fixes the issue as described in https://github.com/hashobject/perun/issues/192 by checking the triple dash to be prefixed by either the start of the document, or the start of a new line. This...

bug

Adds metadata handling to the asciidoctor task. The asciidoctor task will now: 1. read asciidoctor attributes and add them as metadata 2. expose metadata to the asciidoctor process as attributes...

enhancement

The `parse-yaml` task fails when no YAML frontmatter is provided, but a valid asciidoctor codeblock is encountered further down the file: Minimal source example: ``` = Bugreport [source, json] ----...

bug

As I'm running daily container builds at https://github.com/alliander-opensource/ort-container I noticed that over the weekend the builds failed because of the `org.eclipse.sw360:client:13.2.0-28` dependency. A more detailed of the [build](https://github.com/alliander-opensource/ort-container/runs/7712164455?check_suite_focus=true#step:9:3122) error is...

I encountered `.vtl` and `.vm` files in the wild, which are template files for [Apache Velocity](https://velocity.apache.org/). More about the comment syntax in the [VTL Reference](https://velocity.apache.org/engine/devel/vtl-reference.html#comments). Especially the single line comment...

comment-styles

I discovered the [identify package](https://github.com/pre-commit/identify) that tries to determine if a file is binary or text and its languageor syntax based on extension and filename. This is similar to the...

enhancement
stale