Steve Agalloco

Results 14 comments of Steve Agalloco

@grosser wow, they've updated nearly the entire API again. JSON only and reasonable docs now as well. Doesn't look like this will take me too long to update. I should...

thanks @grosser i'll keep you posted

Hey there, not sure how I missed this but better late than never. Looks like quite a bit has changed in their documentation since I last looked. Right now, what's...

@chrishunt I happened across this blog post that you might find useful. http://1klb.com/posts/2013/11/02/desktop-background-on-os-x-109-mavericks/

hi @johnnaegle I haven't tried it on a Rails 5 app myself yet, but your experience is a bit worrisome. I'll see if I can't figure out what's going on...

@johnnaegle I added silencer to one of my Rails 5 apps and did some testing locally. I couldn't identify anything out of the ordinary and from what I could tell...

It might also be worth referencing [CAP Twelve Years Later: How the "Rules" Have Changed](http://www.infoq.com/articles/cap-twelve-years-later-how-the-rules-have-changed)

I agree with this. I understand that some may want to have a client disable the logger but the default should be disabled. Will consider for a future release!

Nice find. I could envision a really nice DSL around the feeds, something like: ``` results = Itunes::Rss.country('UK').media_type('toppaidbooks').limit(10) results.each { ... } ```

The more I think about it, the more I think this should be a separate gem. I've prototyped some code as well, how about something like this? https://gist.github.com/1047870 You might...