Michael Seifert
Michael Seifert
Usually, the axes in a parallel coordinates plot display the values from the minimum value (bottom) to the maximum value (top). To improve the possibilities of data exploration, there should...
To allow the side-by-side comparison of certain axes, there should be a way to reorder the axes in a parallel coordinates plot. _Imported from trac ticket #105, created by mseifert...
pytest-asyncio has dependencies on a bunch of other pytest plugins, in order to ensure mutual compatibility. These tests are run as part of the CI. CI will always install the...
I am using this to generate Ansible inventory files for servers provisioned in [Hetzner Cloud](https://hetzner.cloud) using the [HCloud plugin](https://www.terraform.io/docs/providers/hcloud/r/server.html) for Terraform. I am not familiar with development in GoLang, so...
Quite a few public and protected members, methods or classes are missing javadoc comments and should be documented before the next release.
`PDFDocument` currently converts `Command` objects to strings. This requires very advanced knowledge of the PDF file format specification, is brittle and difficult to test. The `Command` objects should be translated...
Since filters now operate on `CommandSequence` objects (see issue #57), it is no longer necessary to be able to incrementally filter commands. Therefore, much of the code can be dropped...
VectorGrahpics2D currently does not support multi-threaded drawing. Two causes have been identified so far (see issue #42): - Commands are not order-independent. Due to missing information about the graphics state,...
Consider the following schema `Data.fbs` and corresponding input data `data-in.json`: ``` table a { b:float; } root_type a; ``` ``` { b: 0.5078125 } ``` If I serialize the JSON...
Pytest-asyncio's documentation currently lives it's README. Since the README should only contain the most relevant information about a project the current setup requires a balance between adding more documentation and...