A. Stoewer

Results 10 issues of A. Stoewer

For some testing scenarios it can be handy to generate a binary that is able to populate it's own test database. A prerequisite for this is to bundle the fixture...

feature

Some features such as issue #517 introduce large API changes. At the moment we build all language bindings against the head of the NIX master branch. Therefore changes in the...

question

Pass information about dimensions to DataArray's create method. The goal is to have a similar behavior as in the prototype: ``` c++ DataArray da = block.createDataArray("da", "signal", nix::DataType::Double, {D("ms", "Time",...

enhancement

At the moment it is not easily possible to copy content from one file or back-end to another. One solution to this problem would be to add create methods that...

enhancement

The build instructions in our Win32.md file are quite extensive. However, the largest part of the instructions is about building the NIX dependencies. Maybe the build instructions should focus on...

Currently the back end classes (such as BlockHDF5) have constructors used for both, creation and opening of entities. It would be nicer to used constructors just for opening entities and...

code quality

Develop a concept for sharing dimension information across DataArray entities: At the moment each DataArray has its own dimension descriptors. Since this information is often repeated in many scenarios, it...

question
model improvements

**What this PR does**: This adds a new encoding vParquet4 to Tempo (the default encoding remains unchanged). The new encoding improves support for links, events, and attributes with array values....

Inside a `*.vue` file a valid value of a `type` attribute in a `` tag reports a warning - as depicted below. The warning is the same also for other...

**What this PR does**: This makes it possible to add support for new types to `traceql.Static` without extending the existing struct. The PR also adds the type `traceql.StaticHashCode`. The type...