Yuval Tal

Results 7 comments of Yuval Tal

I know it won't be the prettiest or swift friendly option -- but what about using preprocessor flag per type of permission and then having to include the list of...

That's why I think preprocessing is the only way to go (need to be verified). So we can add a preprocessor definition like PS_INDIVIDUAL_PERMISSIONS and then PS_LOCATION, PS_CONTACTS etc... this...

@nickoneill I hear you, but that's the only thing I could think of. The user will need to define it under Build Settings -> Swift Compiler -> Custom Flags (it's...

I have the same issue. It's trying to pull data from the queue but nothing is returned. I suspect it's a time zone related issue, and opened a separate bug...

PR created: https://github.com/mgcrea/prisma-queue/pull/11

> Hi, thanks for the PR! > > The issue that I see is that having mismatched timezone does lead to other issues like having `@default(now())` (which is the recommended...

Hello @mgcrea -- did you get a chance to think about this?