jhalborg

Results 25 comments of jhalborg

Hey :-) First of all, thanks for a cool lib! Second, I have a use case where I need help with this as well. I need to move the stickers...

Like any other clicklistener on a view, mate. ``` yourImageView.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { // do stuff } }); ```

And again. What errors do you get on Heroku, if you still use that? Do you use auto-scaling of instances?

Using Expo, this only works 2/3 of the time, the other 1/3 I get this error. It sometimes goes away by just restarting, reloading or other 'magic' stuff, but I'd...

Good work @0xR ! 👏 It look functional, but I think it'll be a bit awkward at scale. What do you think about the approach @tgriesser ?

@LexSwed If you're just using it inside one server instance, I'd stay away from Federation as it is a tool to federate across multiple servers - it would complicate your...

I found out, actually, but totally forgot I raised this issue - sorry! :) It's just "System", by the way :) I don't know how to use "Iowan Old Style",...

I just use fontFamily: 'System' and style it from there @pavloko

Well, this, and the lack of proper migration up **and** down support. And the quite involved setup needed to perform horizontal scaling. But the pros still outweigh the cons in...

I haven't tried, just researching, but [this](https://www.reddit.com/r/aws/comments/5yyk7r/can_we_compare_google_cloud_spanner_vs_aws_aurora/detxfio/) forum post guy says: > Spanner is a distributed data layer that uses optimized sharded Paxos to guarantee consistency even in a system...