John Elmer Semaya

Results 5 comments of John Elmer Semaya

> a) I think in method `syncBookingsIfNeed` closure `onComplete` should be @escaping > b) Closure `onComplete` of method `syncBookingsIfNeed` just call event no other http request have done, you should...

> Hi @a-b, would tailscale work for your usecase? https://www.gitpod.io/docs/configure/tailscale Hi @axonasif , I am actually having a similar usecase. But I don't see using tailscale will do since we...

I got similar issue where I can't put `{ contentType: 'application/json' }` in the third param.

> I got similar issue where I can't put `{ contentType: 'application/json' }` in the third param. just realized seems we need to add the `options` params in the superagent...

> > I got similar issue where I can't put `{ contentType: 'application/json' }` in the third param. > > just realized seems we need to add the `options` params...