Ray Marceau

Results 12 comments of Ray Marceau

@benallfree I'm also having issues with puppeteer 10.0.2 where it hangs until the timeout. reverting back to 10.0.1 doesn't have the problem. I pinpointed it to the cooperative requests PR,...

Yes, i meant 10.2.0 (not 10.0.2). Sorry for the confusion

Thanks @guggero, I do understand the cause of those error, but the point is that I had determined that there was an error format that was different from the others....

for instance, `payment isn't initiated` error returned by the `track` endpoint is actually a `FAILED` payment. but it gets returned as 'error'. it will never resolve as `SUCEEDED` because it...

I tried passing "route_hints" via REST, however, i'm pretty sure it needs to be encoded and or passed via some special case due to its "array of array of objects"...

@AzulPretoBranco I ended up reimplementing our system using GRPC because I needed the functionality quicker and could not get it working through REST. In the end, it seemed that REST...

sorry for all the force pushes, between the CLA author rewrites to travis tooling...I was just moving too quick I guess 🤷 Anyways, I was experiencing this bug and patched...

@ak239 et al, could one of you guys take a look at this and approve it. it's blocking some stuff i'm working on and I think it's a worthy contribution...

@ak239 can you take a look at this PR to solve this issue: https://github.com/GoogleChromeLabs/ndb/pull/323