Ecosyste.ms: Timeline

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

mixxxdj/mixxx

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

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
I think just returning an empty QByteArray in the error case is fine.

View on GitHub

Swiftb0y created a comment on an issue on mixxxdj/mixxx
I see how @daschuer's proposal could work. But its really easy to accidentally make mistakes with it IMO. If we get an `Inf` and only non-fast-math code interacts with in fast-math code, its probab...

View on GitHub

JoergAtGithub pushed 2 commits to main mixxxdj/mixxx
  • chore: pin Node.JS pre-commit hooks to use LTS 8961bba
  • Merge pull request #13785 from acolombier/chore/fix-nodejs-pre-commit chore: pin Node.JS pre-commit hooks to use LTS fe9608f

View on GitHub

JoergAtGithub closed 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:...
JoergAtGithub created a comment on a pull request on mixxxdj/mixxx
LGTM! Thank you for fixing this!

View on GitHub

JoergAtGithub pushed 8 commits to 2.5 mixxxdj/mixxx
  • Paintable: caching the rendered SVG. e045c83
  • Do tiling and color adjustments after rendering the SVG in device pixel resolution. This also allows to remove the c... c3167df
  • Narrow the QPixmapPainter scope, to not alter/redraw the pixmap with when a painter is still not descructed. 02137d8
  • Resize cached pixmap for device pixel 606fd3e
  • fix: make `hotcue_focus_color_next`/`_prev` COs `ControlPushButton`s This fixes two issues: 1. The Control is not ac... 866f37a
  • Merge pull request #13764 from Swiftb0y/fix/hotcue_focus_color-signal fix: make `hotcue_focus_color_next`/`_prev` CO... ac33b83
  • Merge pull request #13679 from daschuer/scaled_svg_cache Scaled svg cache 6c97ded
  • Merge remote-tracking branch 'upstream/2.4' into 2.5 52c73ba

View on GitHub

JoergAtGithub created a review comment on a pull request on mixxxdj/mixxx
It can not compile the Qt6.4 headers, because of unsupported C++ features

View on GitHub

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

View on GitHub

daschuer created a review comment on a pull request on mixxxdj/mixxx
The goal should be to have a working clazy locally by default. I looked around to find a PPA for that but not yet found. Maybe we add this to our Launchpad PPA? What is the issue you trying to solv...

View on GitHub

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

Load more