ronen barzel

Results 32 comments of ronen barzel

I'll add my voice to the "doesn't work for me" camp. I'm also new to Sonos. The Sonos system itself is working fine, including running a desktop controller and playing...

Sorry for the delay, I took a detour upgrading to OS X 10.10 Yosemite. Unfortunately the OS upgrade didn't make this issue go away. > The fact that removing source...

@postmodern no wonder you couldn't reproduce it--turns out it doesn't reproduce easily! I noticed that it works fine from the command line and in other test scripts. Just one particular...

Sure, pasted it into: https://gist.github.com/ronen/355938f8c68d87ee64fa

@bompi88's solution fixes it for me too (thanks!). I don't know if this is a bug or should be expected behavior (in which case IMHO it should somehow be documented,...

FYI another way to achieve the same result is via the [its-it](https://github.com/ronen/its-it) gem: ``` ruby require 'its-it' the_hash = { one: "One", two: "Two", three: 3, four: nil } the_hash.select...

@trans interesting idea. I think something could be made on Enumerator, but I think it'd need a special method to tell it to end queuing the methods and execute the...

You got it! I had a `VVprojectRoot` function in my init, if I comment it out then the window opens and vv functions normally. Now I just need to fix...

@glani FWIW I came across the same problem using Electron. I was able to get electron to load the Node version instead of the browser version by including `form-data` in...