fwcd
fwcd
Hm, I agree that we should release more often but after every PR feels a bit frequent to me. Maybe if we could tag them as nightly/beta or similar. Especially...
Interesting. Obviously the language server requires Java, so I'm not sure how well winget deals with this kind of non-self-contained software, i.e. dependencies in general. Most Windows software seems to...
I would actually prefer not to make a bunch of issues (in this repo) for this for now. A couple reasons: - Packaging is somewhat low priority compared to a...
Sorry, I hope this didn't come across as too harsh and I am definitely not entirely opposed to the idea of pushing to third-party package managers in the future. However...
> I assume it was helpful in the early days of Mixxx but with the improved beats analyzer nowadays I suppose it's not needed (that much) anymore I use the...
Wow, very nice to see progress on this. Got to play around with the PR once I find some time.
Yeah, let's move any risky changes to 2.4.1. Both we and users will have a much easier time pinpointing regressions between 2.4.0 and 2.4.1 than in the large batch of...
On a similar note, I've wondered if [AAF](https://en.wikipedia.org/wiki/Advanced_Authoring_Format) support would be feasible, i.e. if we could export a multi-track recording (with a track for each deck, potentially even a distinct...
This bug affects list comprehensions too: ```moonscript f = -> {x} = [x for x in *{42}] print x f! ``` which emits ```lua local f f = function() do...
@andersk Would you mind taking a look?