Florob

Results 21 comments of Florob

Apparently `frameborder="none"` does not even work in Firefox, it still draws borders. The spec allowed `0` and `1` as values. I've successfully tested the following in Firefox and Chrome: ```...

Some explanation would be appreciated. To me that looks like you expect transparent PNGs to be rendered on top of a white blackground, rather than a black background. The current...

@fightling I wonder what configuration file you're looking at. The intention for this options is that `previews.enabled` is server-side config, while `previews.use` is client-side config. The server will only provide...

The issues is that the `Qt` directory is automatically appended. So the correct call would be `./gen_cmake.sh -release -qtvers 5.15.2 -qtdir /usr/lib64/cmake`. My impression is that `qtdir` is actually more...

Potentially relatedly the assert https://github.com/christophe-calmejane/Hive/blob/e80e4fe5115febc6a253643c2535cd7b4c2d518d/src/nodeTreeDynamicWidgets/streamPortDynamicTreeWidgetItem.cpp#L45 introduces in that commit fires whenever selecting a STREAM_PORT.

That is strange. It doesn't work for all my test devices, and it doesn't work with the test data in the repository (`tests/data/connectionMatrix/1-Normal_Normal-ConnectedNoError_WrongFormat.json` is the one I tried). Maybe there...

I've had someone else compile and run Hive on their system on Saturday, which is when I originally encountered this. That was Fedora, while I'm using Arch. So it's not...

Got it (sort of). If you highlight the parent AUDIO_UNIT before selecting the STREAM_PORT_* things work. If you just expand the AUDIO_UNIT, but never highlight it, before selecting the STREAM_PORT_*...

The issue persist. This is on ArchLinux with Qt 6.4.1. Qt 5 builds are fine. Build output ``` [1/7] Building CXX object src/CMakeFiles/Hive_static.dir/nodeTreeWidget.cpp.o FAILED: src/CMakeFiles/Hive_static.dir/nodeTreeWidget.cpp.o /usr/bin/c++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_WIDGETS_LIB...

I have fixups for bitflags based Interrupts/Status as well as a rebase to current main (RTIC v2) on https://github.com/Florob/imxrt-hal/tree/imxrt-sai, if someone wants to apply those here.