Results 13 comments of Roger Braun

It works if you do it like this: ``` list += morethings.matches.first.value unless morethings.matches.first.nil? ```

Is there still interest in implementing this? Or is this already implemented, as @ghost says? I am hosting my own Diaspora server, but it is very quiet, as @amckinstry says....

Is there any documentation on this? I did not find a document that tells me how to get federation going.

I'd think that what most people expect from tag federation is not actually to see all the tag in the whole network, but just some more than you can see...

The problem is (I think), that marshalling changed between Ruby 1.9.2 and 1.9.3, so this is not really a taps error. Just use whatever version heroku runs to push and...

This is a marshalling issue and not an issue with taps itself. Use the same Ruby version on both sides of the connection. This bug should be closed.

This was the reason I had to switch to Starling for a mobile project. This probably is not a big problem for better hardware, or even non-iOS devices with similar...

Yes, AxClouds are pretty good, but the "magic" that Starling does is not that magical at all. It just walks the DisplayObject tree and adds batches as long as they...

I think the Starlings behavior is really good in this regard. It will try to batch as much as it can, but if you want to batch something explicitly, you...