JoergAtGithub

Results 441 comments of JoergAtGithub

> It could be interesting where the bottle neck is. Probably disc access. According to the profiler picture in the description it's I/O (violett color). The Windows file I/O system...

This seems to be a regression of #4637. Colored hotcues are a new mapping feature of 2.4.0. The message ``` Warning [Controller] HIDController.linkOutput - Output already linked: [Channel1] ``` are...

> show a respective popup, both for automatic scan at startup and manual scan It's a nice addition to get a feedback, when I triggered the scan amnually. But I...

In my opinion a dialog should only appear, if: - it's the response to a users action (like clicking on rescan library here) - an error occurs but on startup...

Is it the intended behavior, that I get negative values, if I: Delete a file -> Rescan -> Restore the file -> Rescan ![grafik](https://github.com/user-attachments/assets/83ee7b73-fdbe-4f0f-a94d-7b2bc694723c) It would make sense to print...

I think the currently implemented approach with printing always to the log, but showing the dialog only when the user manually triggers the library scan is fine.

Why starting a new PR and not finishng https://github.com/microsoft/vcpkg/pull/41956 which solved already the most issues with this port update?

@acolombier I fear you missed it, but we just moved the download process into CMake: https://github.com/mixxxdj/mixxx/pull/13306 The batch an shell files for Windows and macOS are now just settings files...

> Shame's on me, could have saved me bunch of hours try to get CMD to work 😓 Sorry for that - I always try to prevent batch and bash...