Results 41 comments of ippa

Thanks for the detailed feedback! You make several good points. _Private variables_ The private variables x/y was a major (and hard) design decision for me. I wanted the speed of...

Pretty busy this weekend but i think we need to talk about this on irc ..not totally sure what you mean.. Im "ippa" on freenode

@nitaliano Is this dev-push still active? :) would be really nice to have on android.

ping @ianlin is this plugin still being worked on?

Thanks for the answer @zxcpoiu , I understand.

Hi there, kind of wondering the same thing as benjaminbillet. I was also looking for a v4-branch to track progress. I'm currently testing react router 4 alpha in a react-native...

I came here to open a ticket about the exact same thing. I don't want to serve a "crippled" mobile-view to iPads which render normal websites just fine. I like...

A super simple: ``` var db = server.db("pixelholm") db.screens = db.collection("screens") ``` works all good here, but I imagine the problem is a bit more complex on your side.