Wojciech Bederski
Wojciech Bederski
@JoelSanchez please let me sleep on it for a day or two on how to do this w/o disrupting package control and other projects that are potentially linked with this...
I slept on it and before transferring this project to an organization (and creating all the work that is associated with it) I would prefer to add some collaborators here...
I'll check on my side early next week (unfortunately AFK for the whole weekend)
@rawdlite thanks for the report. We'll try to fx it but we will probably need your direct help with testing it out on real hardware. Have you reported this in...
@sdague if we do capabilities detection right we should be able to modify https://github.com/sdague/home-assistant/blob/c89592af7d09f50fe1006798a77a5f752ce5fb55/homeassistant/components/media_player/yamaha.py#L155 to return correct bitset per zone.
@rawdlite if you're happy with only the MAIN_ZONE you can drop Yamaha autodiscovery and specify host manually. No zone detection will be done then, and this bug should not trigger.
FYI: I'm attending PyCon.CZ until late Sunday it's going to be difficult for me to test stuff on real hardware until Monday :( On Fri, 28 Oct 2016, 12:23 rawdlite,...
Install https://sublime.wbond.net/packages/Elixir At some point in the future we'll probably bundle all non-standard tmLanguage files with SublimeREPL
Oh, Elixir package changed the location of tmLanguage file. Please adjust this: https://github.com/wuub/SublimeREPL/blob/master/config/Elixir/Main.sublime-menu#L19 `"syntax": "Packages/Elixir/Syntaxes/Elixir.tmLanguage",` It should help for now, and I'll try to create more robust solution in the...
I wanted to use zmq as a reliable and low latency channel for keypresses and screen upades. After some tinkering I was able to load zmq extension into sublime and...