Tim Condon

Results 525 comments of Tim Condon

So my guess is that the app isn't configured correctly in the Google console. Do you get any information in the browser logs etc?

And have you run a package update to make sure you're on the latest code?

Hmm so I can't reproduce. What I suggest you do is debug the request/responses that happen during the OAuth handshake and see what the responses returned from Google are etc

Put breakpoints in the code in Imperial and use the debugger to inspect what requests or responses Google makes

I've implemented Imperial in a few projects recently and not hit this issue. Is it still an issue? CORS is not an issue for this library

@preducaeduard you can either set the environment variable in the Xcode scheme, or use a `.env` file @rafiki270 for the original issue, I think being about to pass it in...

The other option is to trigger the next job inside the current job if there are no other jobs left, or do the check on a timer etc. That would...

I haven't reviewed this yet, but deleting `ScheduleBuilder`, which is a public class is a non-starter unfortunately. That's a breaking API change we probably can't accept

Unfortunately breaking the public API under any circumstance is not possible for a non-major release. Getting build errors when running package updates destroys trust in the ecosystem so we can't...

@miroslavkovac which bits aren't working? @madsodgaard you showed something in Discord that looked like this should work