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 comment on a pull request on mixxxdj/mixxx
Potentially slightly different includes depending on the platform and/or you're using a different Qt version, so the `#if` directives evaluate differently (that is usually one of the reason why its...

View on GitHub

christophehenry created a comment on a pull request on mixxxdj/mixxx
What wait? Why don't I need it here, locally?

View on GitHub

Swiftb0y created a comment on a pull request on mixxxdj/mixxx
I think you're simply missing the `#include <QStringEncoder>`

View on GitHub

christophehenry created a comment on a pull request on mixxxdj/mixxx
Ok, I reverted my changes and applied your suggestions. Now let's look at these failing build on macOS…

View on GitHub

uklotzde created a review comment on a pull request on mixxxdj/mixxx
That doesn't look correct to me. The brittle _max index_ = _size minus one_ semantics are error prone. `maxFieldIndex()` should better become `endFieldIndex()` which would be more consistent ...

View on GitHub

uklotzde 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
With a pointer it works.

View on GitHub

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

View on GitHub

github-actions[bot] created a comment on a pull request on mixxxdj/mixxx
This PR is marked as stale because it has been open 90 days with no activity.

View on GitHub

mr-smidge created a comment on a pull request on mixxxdj/mixxx
> BTW: Engine 4.1 was published today. DigitalDjTips write about it: "the software uses an updated database, it’s not backwards compatible with 4.0 databases." Great timing! :confounded:

View on GitHub

JoergAtGithub created a comment on a pull request on mixxxdj/mixxx
BTW: Engine 4.1 was published today. DigitalDjTips write about it: "the software uses an updated database, it’s not backwards compatible with 4.0 databases."

View on GitHub

Holzhaus created a comment on an issue on mixxxdj/mixxx
Sounds like it caused by slow I/O. That would also explain why it's faster on subsequent Mixxx stats, because then the data has already been loaded in memory buffers. HDDs are slow, but usually no...

View on GitHub

leo-combes opened an issue on mixxxdj/mixxx
mixxx takes too long to start up
### Bug Description I've been using Mixxx 2.3.1 without any problems for a long time on Linux Mint 19. A couple of weeks ago I decided to try the new version and for that I installed the latest ve...
dependabot[bot] deleted a branch mixxxdj/mixxx

dependabot/github_actions/coverallsapp/github-action-2.3.3

ronso0 pushed 2 commits to main mixxxdj/mixxx
  • Bump coverallsapp/github-action from 2.3.1 to 2.3.3 Bumps [coverallsapp/github-action](https://github.com/coverallsa... 082802f
  • Merge pull request #13793 from mixxxdj/dependabot/github_actions/coverallsapp/github-action-2.3.3 Bump coverallsapp/... 75a44d6

View on GitHub

ronso0 closed a pull request on mixxxdj/mixxx
Bump coverallsapp/github-action from 2.3.1 to 2.3.3
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.1 to 2.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cov...
Juschwy starred mixxxdj/mixxx
dependabot[bot] opened a pull request on mixxxdj/mixxx
Bump coverallsapp/github-action from 2.3.1 to 2.3.3
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.1 to 2.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cov...
dependabot[bot] created a branch on mixxxdj/mixxx

dependabot/github_actions/coverallsapp/github-action-2.3.3 - Mixxx is Free DJ software that gives you everything you need to perform live mixes.

Swiftb0y created a review comment on a pull request on mixxxdj/mixxx
Ok. I won't stress this for now then. Lets focus on the other stuff first.

View on GitHub

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

View on GitHub

Swiftb0y created a review on a pull request on mixxxdj/mixxx
LGTM. Thank you for the cleanup. Please rebase.

View on GitHub

Swiftb0y created a review comment on a pull request on mixxxdj/mixxx
yeah I'm just worried about forgetting about it. But you're right, lets postpone for now.

View on GitHub

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

View on GitHub

Swiftb0y created a review comment on a pull request on mixxxdj/mixxx
makes sense. It was more of a general question whether this would be needed in production code.

View on GitHub

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

View on GitHub

daschuer 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
> I'm also not sure what the semantics are when the enum suddenly gets different values That is the great thing with this "feature". Compiling fails. So you cannot mess up the initalization you...

View on GitHub

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

View on GitHub

acolombier created a review comment on a pull request on mixxxdj/mixxx
It will probably work, but I preferred to make it explicit so if something was to crash when deallocating the screen, it still happens as part of the test hooks

View on GitHub

Load more