Be

Results 131 issues of Be

It would be convenient to add an option to automatically and temporarily turn on the WiFi radio when location is requested if the WiFi radio was off at the time...

I recently tried jack_mixer for the first time and found the UX confusing. My first question upon seeing the lack of JACK ports in Catia was "how do I connect...

question
feature request

https://docs.microsoft.com/en-us/cpp/build/reference/md-mt-ld-use-run-time-library I encountered a link error when linking a Rust library with some C++ built by cc with other C++ code built by CMake because cc wasn't using the debug...

so users do not need to do this in their own build.rs

### Bug Description Starting Mixxx with a new directory for `--settings-path` results in failed SQL queries: ``` Debug [LibraryScanner 1] TrackDAO: Adding track QFileInfo(/home/be/music/Auditive Escape - Auditive Escape/Auditive Escape -...

bug

HID output with my [Kontrol S4 Mk3 mapping](https://github.com/be-ing/mixxx/tree/kontrol_s4_mk3) was broken by #4585. Initially, all duplicate HID output packets were not sent. That was fixed by #4692. However, there is still...

critical bug
bug

Image now uses internal data structures that do not implement Send. This broke upgrading my application from 0.2.5 to 0.3.0 because I was generating an Image in a UI callback...

This feature was introduced in Qt 5.15 and allows for getting rid of the `qmlRegisterType` boilerplate in C++: https://www.qt.io/blog/qml-type-registration-in-qt-5.15 https://doc-snapshots.qt.io/qt5-5.15/qtqml-cppintegration-definetypes.html I suggest an API something like: ``` #[cxx_qt::qobject(qml_element)] pub struct...

There is no need to run cargo test/clippy/fmt for each crate individually in the workspace. Reusing the workspace target directory that Corrosion uses drastically increases the speed of the tests...

before with Qt6: ![image](https://user-images.githubusercontent.com/9455094/192851490-44d97ec6-e437-4ce3-b2ff-ef46997d6cd7.png) after: ![after](https://user-images.githubusercontent.com/9455094/192851364-16050053-90d5-4849-b67e-2d60cacecf51.png)