Max Rumpf

Results 311 comments of Max Rumpf

> Feel free to make it configurable, but I'm afraid this exceeds my capabilities in this project. Sure, I can do that. > I find the current behaviour annoying and...

Do you use the integrated player or the default web player?

I believe this isn't really related to Niagara but an issue with DeX instead. Were there any updates to the OS or system apps recently? Could you check if the...

I don't think different icon sizes would be the way to go here. And while we could introduce even smaller icon sizes, I fear they'd only cause accessibility issues (due...

Thanks for those tips! Removing Sentry indeed helped me to get past **that** issue. As expected, *node-datachannel* also caused issues, unfortunately just upgrading it to 0.3.6 didn't help. First, I...

Yubico/libfido2#571 might be relevant for this.

Sorry for nagging, but is there any update on this issue? 😅

Well, it causes some invalid scrobbles on its own, especially when moving queue items, skipping or stopping incomplete tracks, etc. Basically, if isStopEvent is true, a full playback will be...

I modified @AllanWang's code to quote column names via `identity()` and support multiple `vararg` conflict columns for my own needs: ```kt fun T.insertOrUpdate(vararg keys: Column, body: T.(InsertStatement) -> Unit) =...