Gabriel David

Results 24 comments of Gabriel David

when I tried that I was getting something like "INVALID TIME RANGE" but I've made some more findings so I'll give it one more go. I have like 30 orders...

So using this: ``` startAt: moment().subtract(60, "day").unix() * 1000, endAt: moment().unix() * 1000, ``` I get this: ``` code: '400100' msg: 'validation.queryOrder.timeRangeInvalid' ``` I can't find any documentation about the...

RE: `totalNum` this is the response I'm talking about ``` { currentPage: 3, pageSize: 50, totalNum: 8, totalPage: 1, items: [ ], } ``` Maybe an important note, i'm using...

Yes, actually I realize now that > and end is probably immensely important. And it was. This seems to have fixed my issue. The other issue is that when I...

Actually, quite possible just the page incrementor is what was going wild given I was getting `totalNum` back as I'd expect, just with empty items. The joys.

I would very much so like to see this. If a bunch of users are interracting in an infinite procedurally generated world, it would be useful to just stream the...

For me anyways, the issue was for sure the binary media supported in API Gateway. You can do this by hand by going to `API Gateway -> {Your API} ->...

@7flash is mainnet always the first address generated? Mostly wondering how to go about deploying to ropsten if this is the case

Hi @GerkinDev sorry it took me so embarassingly long to look at this. Would you mind resolving the conflict on `package-lock`? I think we're good to merge this in then....

Actually I guess it isn't in your changes but on `package.json` I think we need a `dist/` prefix in `main` and `typings`