Eloy Durán

Results 124 issues of Eloy Durán

See what RN’s `ListView` does and replicate that.

When idling, the app could already fetch all of the other page JSON data, thus minimising the times that the user gets to see a spinner. Clearly this depends on...

Related to #41. Either make RN’s built-in `Text` component render HTML or wrap Eigen’s `ARTextView`.

I was trying to give the AFCacheDemo application in the AFCache-iOS Xcode project a quick go, but ran into a few problems: - I had to add `src/shared` to the...

We should make these resolvers use async/await, because then these functions will be instances of `AsyncFunction` and we can filter resolvers to wrap by checking for that class instead.

These changes will likely require that we change errors to be objects rather than just message strings, will have to look into whether or that’s actually supported according to the...

There’s a need for MP offering 2 schemas (see [here](https://github.com/artsy/metaphysics/pull/809#discussion_r151020441) and [here](https://artsy.slack.com/archives/C04DU9H0L/p1510693747000689)), one for consumer clients and one for more privileged server to server access. The latter contains fields of...

- [ ] @izakp is going to setup a new env in our own architecture and route some traffic there * Because we need more cache ($) * We want...

Use DataLoader to batch API calls as described in the docs https://github.com/facebook/dataloader.

### TL;DR In short, I would like us to use a plain `GraphQLInt` for `counts` fields. I don’t really see a need to be able to format a count in...

Maintenance Work