Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mixxxdj/mixxx

daschuer created a review on a pull request on mixxxdj/mixxx

View on GitHub

ronso0 closed an issue on mixxxdj/mixxx
Mapping for DDJ 400 2024
### Feature Description Hi guys New to this Pi world forgive me for the noobness. Ive built a standalone controller using DDJ 400 AND RASPBERRY PI 5 only problem is its not connecting all the way,...
JoergAtGithub created a review comment on a pull request on mixxxdj/mixxx
I could move it to debian_buildenv.sh, but than clazy would be always build and not only for the clazy CI action.

View on GitHub

JoergAtGithub created a review on a pull request on mixxxdj/mixxx

View on GitHub

davidlmorris created a review comment on a pull request on mixxxdj/mixxx
I did Prolog at Uni many decades ago. Functional programming has its value in a few small cases for recursive algorithms and for muti-thread CPUs (which were not readily available when I was study...

View on GitHub

davidlmorris created a review on a pull request on mixxxdj/mixxx

View on GitHub

bmbson starred mixxxdj/mixxx
Raveframeuk created a comment on an issue on mixxxdj/mixxx
Thank you, I can see mac and windows on their will anyone of them be compatible with Linux?

View on GitHub

JoergAtGithub created a comment on an issue on mixxxdj/mixxx
Mixxx 2.4.0 does contain a mapping for th DDJ-400: https://manual.mixxx.org/2.4/en/hardware/controllers/pioneer_ddj_400

View on GitHub

Raveframeuk opened an issue on mixxxdj/mixxx
Mapping for DDJ 400 2024
### Feature Description Hi guys New to this Pi world forgive me for the noobness. Ive built a standalone controller using DDJ 400 AND RASPBERRY PI 5 only problem is its not connecting all the way,...
Raveframeuk opened an issue on mixxxdj/mixxx
Mapping needed for DDJ-400 2024?
### Bug Description Hi guys New to this Pi world forgive me for the noobness. Ive built a standalone controller using DDJ 400 AND RASPBERRY PI 5 only problem is its not connecting all the way, lig...
JoergAtGithub created a comment on an issue on mixxxdj/mixxx
I agree with @Swiftb0y here, moving the code to fpcallsify.cpp would be an ugly workaround and no proper fix. It's our own code, that uses INF - therefore we can and should fix it, instead of movin...

View on GitHub

acolombier opened a pull request on mixxxdj/mixxx
chore: pin Node.JS pre-commit hooks to use LTS
`nodeenv` (used by `pre-commit` to install Node env for pre-commit hooks using JavaScript) default to install the latest Node.JS runtime. v23.0.0 was just released and it contains [a bug](https:...
daschuer created a review comment on a pull request on mixxxdj/mixxx
Creating a QString form a QStringView is a deep copy. kColumnNameByEnum uses LIBRARYTABLE_ID and friends a QStringLiteral which is basically a constexpr, but does not have the keyword because of ...

View on GitHub

daschuer created a review on a pull request on mixxxdj/mixxx

View on GitHub

daschuer created a comment on an issue on mixxxdj/mixxx
> If you program in C++, you're not programming against the CPU, you're programming against the C++ abstract machine. Confirmed. > The entire point is that the compiler is free to change th...

View on GitHub

acolombier created a comment on a pull request on mixxxdj/mixxx
Best would probably be to add some unit tests just to be sure!

View on GitHub

daschuer created a review comment on a pull request on mixxxdj/mixxx
> You'll implicitly have to assume that the order of the list matches the enum order. A appreciate exactly this behavior a feature. This makes sure the list is complete and consistent. I do...

View on GitHub

daschuer created a review on a pull request on mixxxdj/mixxx

View on GitHub

Swiftb0y created a comment on an issue on mixxxdj/mixxx
We had this discussion before. If you program in C++, you're not programming against the CPU, you're programming against the C++ abstract machine. The entire point is that the compiler is free to c...

View on GitHub

daschuer created a comment on an issue on mixxxdj/mixxx
Think of CPU Registers and memory. Just because the CPU executed code compiled with fast-math there is no effect to thesese even if there are infinity values. The UB happens when the code interpr...

View on GitHub

Eve00000 created a comment on a pull request on mixxxdj/mixxx
> This code was copied from the FFMPEG sounds source so it is probably impacting this one too. Shall we fix it as well? I don't know if this solution only fixes the problem on windows or also on...

View on GitHub

Swiftb0y created a comment on an issue on mixxxdj/mixxx
I rather meant just as a starting point where to poke at when you want to do a `git bisect`. Buf of course thats hard with a problem thats hard to reproduce...

View on GitHub

Swiftb0y created a review comment on a pull request on mixxxdj/mixxx
I'd recommend you to look a bit into functional programming. Learning Haskell is really eye opening ;) I can recommend learnyouahaskell.com

View on GitHub

Swiftb0y created a review on a pull request on mixxxdj/mixxx

View on GitHub

Swiftb0y created a comment on a pull request on mixxxdj/mixxx
Depends on when we branched `main` (I don't remember of the top of my head). If we branched 2.5 after this pr got merged, it'll be in `2.5`.

View on GitHub

Swiftb0y created a review comment on a pull request on mixxxdj/mixxx
yup. Designated initializers are cool, but they deliberately work differently to allow for for example default arguments. I'm afraid there is no real way of achieving this trick in C++. You'll impl...

View on GitHub

Swiftb0y created a review on a pull request on mixxxdj/mixxx

View on GitHub

christophehenry created a comment on a pull request on mixxxdj/mixxx
Ok, so the `QJSValue` implementation don't pass the tests and make Mixxx segfault when using `convertCharset` in script, and the `QByteArray` don't let me return `undefined` on error… I'm a bit los...

View on GitHub

acolombier created a comment on a pull request on mixxxdj/mixxx
This code was copied from the FFMPEG sounds source so it is probably impacting this one too. Shall we fix it as well?

View on GitHub

Load more