JoergAtGithub

Results 441 comments of JoergAtGithub

Why was only one single CI test executed here? Maybe you need just rerun it?

You need to fix the merge conflict, before it executes CI

A CMake build in Visual Studio doesn't use a .sln file at all. This sentence make no sense to me. It's indeed difficult to find this shell "x64 Native Tools...

> Are people actually using application launcher ("start menu" on windows) without making use of the search function? ;-) If they know, that they've to look in the Start Menu...

Double clicking on the .bat file works for me, but on my system plain cmd.exe is the default shell, and not powershell. On Unix systems, you have the Shebang line...

This works for me, and it is a helpful addition! Some things I noticed: - The option in the preferences is always "Elapsed", after reopening the Preference dialog. - If...

To fix the Pre-Commit issue, you can download the file pre-commit.patch from the Github artifacts, unzip it in your Mixxx directory, and call `git apply pre-commit.patch` This works also on...

For me, the feature makes only sense, if it's always visible. I recommend to keep this initial PR simple, you can improve it in follow-up PRs.

I meant using the existing text output field, instead of displaying the information in the waveform. Implementing this with a proper CO, makes already sense in this initial PR.

> This is a compasion of the loops in sample.cpp The result of msvc is disaopinting: 13/39 loops vectorized Did you call all these compilers with the same processor instruction...