Florob

Results 15 issues of Florob

As of late using GL for video display causes Voctogui to abort with: ``` [xcb] Unknown request in queue while dequeuing [xcb] Most likely this is a multi-threaded client and...

bug
voctogui

Controls of value type `CONTROL_SELECTOR_STRING` show the localized string references instead of the actual strings they refer to. I doubt that is the intention. The attached AEM contains one as...

Currently when editing dynamic mappings for a specific `STREAM_PORT_OUTPUT` it is impossible to know if there is a conflicting mapping on another `STREAM_PORT_OUTPUT`. It would be good to have some...

enhancement

Clicking the 'Edit' button on STREAM_PORT_INPUT/OUTPUT descriptors in the Entity Model Inspector doesn't do anything anymore. I bisected this to d33f4df9d337f437e652c4673c8a84a9c1df6fd0. And indeed opening the editor from the matrix shows...

Some platforms (newer Qt releases?) apparently define `QT_NO_CAST_FROM_ASCII` by default. This causes build failures since some calls to `NodeTreeWidget::addTextItem()` currently depend on [`QVariant::QVariant(const char*)`](https://doc-snapshots.qt.io/qt6-dev/qvariant.html#QVariant-40) being available.

The code below worked in 0.14.2. It uses `type` inside a derive macro attribute. As of 0.20 this yields: ``` Error { kind: Custom("expected identifier, found keyword `type`"), locations: ["bar"],...

bug
help wanted

Deserialization of GET_DYNAMIC_INFO depends solely on the contents/length of command_specific_data. As the macOS Native protocol apparently ignores control_data_length and instead returns the whole frame's tail as command_specific_data this fails. Deserialization...

On macOS Sonoma (might generally be libc++) using GET_DYNAMIC_INFO triggers `bad_any_cast` in `src/entity/controllerCapabilityDelegate.cpp`. I've only seen this trigger for `model::DescriptorType`, but that might just be because the code never runs...

As entities fill a `GET_DYNAMIC_INFO` responses `dynamic_infos` field as if each `dynamic_info` was a separate command, it would follow that controllers should also process the responses as such. Currently the...

enhancement
controller

Implementations of blocking embedded_hal traits should never return `Busy`. That's a pretty bold claim to make, considering documentation for these traits is virtually non-existent in embedded_hal 0.2, so let me...

bug
help wanted