Paul Carduner
Paul Carduner
There already is a package: https://www.npmjs.com/package/@types/web3. it's just buggy 🙁
One benefit of following that spec is that front-end graphql libraries integrate very nicely with it. See for example https://facebook.github.io/relay/docs/en/pagination-container.html
Yes, we're already using Relay. Apollo client also supports relay-style pagination, though it appears to be less opinionated than relay: https://www.apollographql.com/docs/react/features/pagination.html#relay-cursors
I've run into the same problem.
@hermanjunge Let me see if I understand correctly. Assuming we have an append-only database (like a block chain), which we want to do complex queries on (aggregations, joins, filters, sorts,...
> In the general use case, until filecoin is not released, some kind of secondary token could be useful to support this storage maybe? We're willing to bare the cost...
I believe the files in the types directory are only for flowtype and will need more than renaming to make them work with typescript. I'm also interested in having typescript...
Feel free to submit a pull request with a fix!
can you submit a pull request with those changes?
I think I have managed to write a failing test for this scenario. Now trying to figure out the best way to fix this. Handlebars doesn't seem to distinguish between...