Christian Kellner

Results 69 issues of Christian Kellner

`rpmlint` shows warning and one error, as seen on the [CI](https://taskotron.fedoraproject.org/artifacts/all/e75ededc-74d9-11ea-9431-525400364adf/tests.yml/osbuild-11-1.fc33.log) but easily verifiable locally: ``` rpmlint osbuild-11-1.fc33.src.rpm osbuild.src:8: E: hardcoded-library-path in %{_prefix}/lib/%{pypi_name} 1 packages and 0 specfiles checked; 1...

Currently we pass `interactive` into the pipeline to indicate whether a given run is an interactive run or used by another program. This controls a) if stage output is logged...

RFC

There is a substantial difference between the simple MBR image and using gpt: 9s vs 18s. I wonder what is going on.

For s390x (added with #189) we discover the available kernels and their options and configuration in order to feed `zipl` (the z Initial Program Loader) the right parameters. The Boot...

Check that ASCII encoded data in the file can be read into memory.

Currently it seems one can only get a vector of all columns but not a single one.

It seems only `std::vector DataFrameHDF5::columns()` exists, but there should be a way to query the number of cols without fetching the contents.

Currently the position and extends of a Tag need to match the referenced `DataArray`s. For certain cases it would make sense to have the Tag only specify a subset of...

format

I will write more about how, eventually.

format

PR #769 introduced the reading of old style values. Currently all the data is read into old `Values` and then converted into `Variants`. Additionally to read the uncertainty all Values...

enhancement