Achilleas Koutsou
Achilleas Koutsou
It would be nice to have the default values for all configuration options in a file that is installed/distributed with the program. This way, users can see the default options...
Adds a function for calling the `/admin/teams/:teamid/members` API endpoint.
Ignoring articles (the, a, an) in artist names or album/song titles for sorting purposes is standard behaviour, though sometimes it is merely optional. This is a minor issue, but something...
We've talked about having some kind of machine-readable progress reporting from osbuild for a while. This issue is meant to track the design and implementation of the feature. Some initial...
## Background PR #609 (commit 59184b23a24d302eeec627a656f1acefff7d6597) changed the way that `/etc/machine-id` is truncated from "delete and touch" to a straight up truncation to preserve the file's original permissions. This introduced...
Dimensions can link to either a DataArray or a DataFrame for ticks or labels (depending on Dimension type). ## DataArray links The link object should hold a series of indices...
We need to clarify and specify unambiguously how data retrieval works for Tag and MultiTag referenced data. I'm going to ignore Untagged and Indexed features for now, because I think...
Reminder issue to change the file format version before finalising version 1.5. Current format version is `1.1.1`, which was set after we introduced the DataFrame. Should this stay at `1.1.1`...
We need to decide on the exact behaviour of extents for a couple of edge cases. Currently, extents are inclusive, so for a tag that has extents `(10, 20)` (assuming...
I think we agree (at least in discussion with @mpsonntag and @jgrewe we agreed) that it's often annoying to have to create a DataArray for the positions of a MultiTag....