Rein Fernhout
Rein Fernhout
Extend the class like this: ```RUBY class MPD # Insert a song to the queue after the current track # @macro returnraise def insert(path) qlen = self.queue.length self.add path newqlen...
Extend the class like this: ```RUBY class MPD # Play if paused, pause if playing # @macro returnraise def toggle case self.status[:state] when :play send_command :pause else send_command :play end...
I know its been a whole Ruby version but what needs to be done to get this merged?
I've also had this issue for a while now
I think I am running into this bug, but only after the first time I run the client. If I open and close the client the images load. How do...
> A message such as this would be nice when running an alias command with &.  I think it's important to bring the user attention to abbreviation when using...
@tertsdiepraam That's another few points to tick off
@tertsdiepraam Don't forget the `posix` time-styles. And the `TIME_STYLE` environemntal variable works already.
@sylvestre did you close this by mistake?
> Set default to -q if the output is a terminal. The `IsTerminal` trait was stabilized in 1.70.0 recently. So this feature should be trivial to implement once we move...