Baboon
Baboon
This is actually interesting because it "teaches" to spotify what you like and enables better automatic playlists. Also, as far as I know, the "like" feature does not exist anymore.
I actually manage to call slash commands from my bot like this: Create a helper method that reverts the token to a "legacy" one (they start with `xoxp` instead of...
I have the same need Even though pulseaudio-ndla works, it incurs several seconds of audio latency that makes watching movies with sound through musicbox impossible. However, I know that using...
Their README says `It will not work properly – if at all – with a PulseAudio (pseudo-)output device` but they do have a (short) `audio_pulse.c` source file
This bug is still present, the culprit is indeed `powerline-selected-window-active` which seems very broken. ``` lisp (defun powerline-selected-window-active () "Return whether the current window is active." (or (eq (frame-selected-window) (selected-window))...
That's the kind of voodoo I was fearing, my emacs version is: GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.8.6) of 2014-01-02 on alphard, modified by Debian I got it from...
This fix should be lighter: ``` lisp (defun baboon-set-powerline-selected-window () "sets the variable `powerline-selected-window` appropriately" (when (not (minibuffer-window-active-p (frame-selected-window))) (setq powerline-selected-window (frame-selected-window)))) (add-hook 'window-configuration-change-hook 'baboon-set-powerline-selected-window) (add-hook 'focus-in-hook 'baboon-set-powerline-selected-window) (add-hook 'focus-out-hook...
@milkypostman I'll make a pull request today
There is https://github.com/ippachi/prettier-plugin-eruby which supports the latest prettier version and has the basics working.