zacaj
zacaj
Thanks, I'll check that one out! I just grabbed the top extension in the list since it had the most users/stars :(
would be really nice to have this for local development. Often I want to test if some more complex logger calls appear properly in DD, so I trigger them and...
Ah, yeah apparently I managed to make this during the few day period where you'd already released 0.19 but it hadn't yet updated on my local system! > "I'll keep...
Opened [#753](https://github.com/dweymouth/supersonic/pull/753) to address this, minus the ReplayGain field, as although it'd be nice to show some column for this in some cases, it's probably worth some more design around...
one for track and one for album makes sense- but what about the gain vs peak?
either that, or maybe some sort of combined gain+peak column? but sorting that might get weird.... I can't really think of a use case for the peak, to be honest,...
This drives me crazy, seems like every time my computer reboots for updates I lose a ton of stuff that I thought I'd saved but apparently forgot to. The visual...
Any updates on this? Will add that at least for me, my desired functionality would be similar to Poweramp for android, where it has a setting for whether the _queue_...
P.union isn't related to this. That matches const _cases_, I want const _outputs_. To butcher an example from the readme, I want to pattern match to the type `'ERROR' |...
The inability to infer the literal from the callback is exactly why I want to be able to just use a literal without needing a callback I'm not sure I...