David Calavera

Results 126 comments of David Calavera

hey folks 👋 I work on Amplify Hosting. We're working on improving this experience in this part of our product. Unfortunately, it's not an easy fix, but we're taking steps...

Hi, I am pleased to share we have now launched support for Next.js 12 and 13. This new release improves the support for Next.js's i18 plugins. For more information, please...

Hi @StephaneBischoff 👋 Do you want to use the Accept-Language as part of the cache key because your application uses internationalization to display content in multiple languages under the same...

I was revisiting this issue, and I believe it's already possible to reuse the compiler cache on Linux. First, you need to run `cargo build` with the right target flag,...

thanks for the write up @fancywriter! I'm going to close this issue since as you mention, a higher level abstraction is better suited for this. As a note to your...

Hi, Our console team has made several improvements to the console and you should never see a blank page again. Thanks for opening this ticket, it's super helpful.

This problem has been resolved. Reconnecting apps doesn't raise an error.

As a workaround, you can get the real commit id during build from git. Instead of using AWS_COMMIT_ID: ```yaml --- frontend: phases: preBuild: commands: # get the real commit ID...

Is the fix going to be in 0.13.0, or do you have plans to include it in a 0.12.1 version at some point?

Unfortunately I don't think Travis lets build have a build matrix with different distros/OS. I cannot find anything in their help, it looks like they discriminate by language, and I...