Michael

Results 31 comments of Michael

Man, you are _fast_! Thanks for the quick review. Not sure who suggested this on IRC. What's your handle? Rasi for sure, but there was someone else whose name escapes...

Yes, but the code to which you link reads the binary data & writes it to `stdout` (?) I was thinking of adding (to libmpdclient) something like: ```c typedef struct...

Thanks, @jcorporation tho we're now talking about just making this part of the MPD client protocol; i.e. the client would say something like `soundinfo time` and would get back a...

Well, that was one of the things I liked about the original proposal: the client could simply wait on a socket & receive updates when it was time to render...

I have feedback from two contributors at this point, one that wants this feature implemented as part of the client protocol & the other as an output plugin with its...

OK. > I wish it wasn't that way, but I'm the only permanent MPD developer (I picked up the existing but almost-dead MPD project 14 years ago and failed to...

Can confirm I'm still seeing this (Pop! OS, Python 3.9.5). `pip install salt-ssh=3002.6` solved it.

I'd like to add to this: not only are @HichuYamichu 's comments reflective of my own experience trying to figure out how to use this crate, I'm not thrilled about...

That would work for my purposes. That said, I would argue for non-mutable accessors instead of making the fields public. The former approach allows for access while maintaining any invariants...