Niels Giesen

Results 30 comments of Niels Giesen

Hmm, on that cached thing: mingus has ```lisp ;; Package-Requires: ((libmpdee "2.1")) ``` I think it'd be better if @andyetitmoves updated the version number of libmpdee and mingus updated the...

Created in issue for that: https://github.com/andyetitmoves/libmpdee/issues/9

Thanks, I also bumped the dependency now.

This appears to be a duplicate of https://github.com/pft/mingus/issues/26, I hope to have time to fix this at some time in the future, but I can't make any promises - when...

Thanks for reporting this. Does commit 9963cd9 fix your issue? It should now update the now playing mark only when the playlist is actually visible.

Mpd has a current playlist, in which one 'queues' songs. Do you mean st. like 'play this song next'? You can achieve such stuff with mingus-point-of-insertion. Please look into that...

Ok, so that's what queueing is about. I think we can implement this with the prio commands, that is, if your use case is random mode. It is indeed a...

The checks fail because the use of async functions and the NodeJS versions targeted by travis.yml (4 and 6). Async functions are available without flags from NodeJS version 8 onwards.

I second something like this, either via a callback or a promise. Currently we are left in the dark as regards whether a scroll event has ended. Imagine the use...

Why isn't this issue closed? They are different, as @EdmondChuiHW rightfully pointed out.