Arne Köhn

Results 8 issues of Arne Köhn

See commit messages for contents; mainly housekeeping and cleaning up a bit

We should create a specific template for author ordering changes where the process is detailed. It gets tedious to have to remind people to read the guidelines (even though they...

enhancement

The anthology currently only shows the abstracts if there is an authoritative version in the XML. It would be nice if we could scrape the PDF using some off-the-shelf software...

enhancement
help wanted

enables use as a library: select a parser and create an annotation for specific nodes. I needed this for https://github.com/akoehn/jupyter-annodoc and don't want to use a fork all the time.

$render_connectors and $render_main can be set to false to only render connectors or only main parts to have two objects in the slicer. this way, one can e.g. easily have...

After updating puzzlecad, I got an error that puzzlecad/puzzlecad-util.scad could not be found. I dug a bit and found this line in `src/main/scad/puzzlecad/puzzlecad-geom.scad`: ``` use ``` which seemed wrong because...

Gradle started requiring https connections for maven repositories; jitci uses http://cache without marking it as an allowed insecure repository. The log states: > Using insecure protocols with repositories, without explicit...