Alexander Krimm

Results 53 comments of Alexander Krimm

Thanks for the detailed description, this definitely seems like an unexpected behavior. What I'm wondering is why the renderer has an x-axis at all before it is added to the...

Hey, I think you are correct that this exact behavior is currently not implemented. What is implemented is that a ValueIndicator will set a css class for `y-ValueIndicator`, `ValueIndicator` and...

Looks right, thanks for the report and the detailed analysis. Since the first statement in the getter is to do an early return with the cached value anyway and this...

Fixing the CI related coverage issues is a prerequisite to #409 but due to the `qa_Messages` test not passing on the CI, no coverage/sonarcube reports are published and this cannot...

@eltos As already discussed this unfortunately was not merged in a timely manner on our side and now there were some API changes that had to be followed up. I...

Merged as the remaining CI failures were unrelated and will be solved with #455 Thank you again for giving this a go already at this early stage and your patience...

I totally agree that this looks fishy, thanks for calling it out. :+1: I assume this was copied from a method inside of Block and then - when changing it...

I discussed with @drslebedev and we agreed that with the recent changes in tag handling and considering the fact that the line in it's current form is not doing anything...

Closing this for now since there were unforseen issues with signed-ness of the tag indices.

Probably related to this i noticed when [updating gr-digitizer to current gr4](https://github.com/fair-acc/gr-digitizers/pull/148) that the processBulk signature for `std::array` has changed to enumerating all the ports in the arguments. For `std::vector`...