John Corser

Results 37 comments of John Corser
trafficstars

Ah, I missed the part about how it requires arm. Is it possible to make an x86 version?

Thank you for providing this feedback!

As a workaround, you could write a [preSignUp Cognito lambda trigger](https://docs.amplify.aws/javascript/tools/cli/usage/lambda-triggers/) that checks the email for potential typos and fails if you determine the email is invalid. Something like: ```typescript...

This is still an issue for me. Docker installation, maxes out my raspberry pi 4.

These docs exist for troubleshooting memory issues: https://docs.aws.amazon.com/amplify/latest/userguide/troubleshooting-ssr-deployment.html#out-of-memory

I've also confirmed a workaround - you can go to you Amplify console, visit the "App Settings: Amplify Studio settings" page, and disable and re-enable the "Enable Amplify Studio" toggle....

Actually taking another look over this ticket, there may be something different might be going on here. Is this consistently reproducible for you @clintfoster? I haven't been able to reproduce...

I just came here to request this, what are the odds this was created just hours ago. The problem for me is that video files I attempt to play via...

I've also created this Stack Overflow question: https://stackoverflow.com/questions/78118589/how-to-update-js-build-process-to-fix-syntaxerror-cannot-use-import-statement

My temporary workaround is I've updated `node_modules/@capacitor-community/apple-sign-in/package.json` to use `"type": "module"`. That caused this build error: ``` Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/xss/repo/svelte-crossword/node_modules/@capacitor-community/apple-sign-in/dist/esm/definitions' imported from /Users/xss/repo/svelte-crossword/node_modules/@capacitor-community/apple-sign-in/dist/esm/index.js at new NodeError (node:internal/errors:406:5)...