Paul Cohen

Results 63 comments of Paul Cohen

How come none of the PR's that look to fix the V2 compatibility issues are not being addressed? Why don't the articles about this like https://sagalbot.github.io/vue-sortable/ clearly state this is...

So is it fair to say if you wanted to use this in Unity to do full cross-platform you can't, due to it not working on iOS? I'm doing a...

Hey Max, Unfortunately I need full cross platform out of the box, as it's an old app that's always been xplatform and android and iOS are both key. So I'll...

Is this a problem with Vue, that it can only use Node V16? Is there a way to use current versions of Node so this problem doesn't occur, without doing...

The issue is a node version problem afaik, so the solution for me was to use Node V16 (via NVM). Updated project to later versions of Node don't seem to...

Use this as a guide https://www.patchesoft.com/phaser-3-title-screen-tutorial

I'm trying to run through this Stripe tutorial and running into the same issue with the "created at" integer field. https://dev.to/appwrite/start-selling-online-using-appwrite-and-stripe-3l04 { "key": "createdAt", "type": "integer", "status": "available", "required": true,...

Update: As pointed out above (and by Kenny in discord) "FYI, min value is -9223372036854775808 and max value is 9223372036854775807." { "key": "createdAt", "type": "integer", "status": "available", "required": true, "array":...

Sounds great! Thanks for the quick reply. Do you know roughly when you might have your tutorial ready?