Robert Basso

Results 7 comments of Robert Basso

This issue happened for me as well. PR seems to fix @boazsegev.

Any idea when this might merge? I added it to my local and it seems to be working

Why does this not use the structure of almost every other block in Ruby (i.e. going from `{}` to `do`/`end`)? Seems pretty foolish.

@Sonna Fair enough, but does that mean I have to load the whole project into my rails application if I want to use it?

When I do any of those things I get a ``` `require': cannot load such file -- ./lib/ruby-icloud/util (LoadError)" ``` originating from ``` Ruby-iCloud-5bda330e8271/lib/ruby-icloud.rb:3:in `' ``` Really all I want...

Ok got it to load in my project, but when I try to initialize a RubyiCloud::Client object it errors on line 13 in client.rb ```ruby dir = Dir.mktmpdir this one...

@naiyyar Not really. Pretty sure it was occurring because I was trying to display multiple markers on the map each with their own rating so it didn't know how to...