David Calavera

Results 104 comments of David Calavera

Thanks for the feedback @rherrmannr, that's great to hear! I just want to make sure people understand that that action is not part of this organization, and it's maintained by...

I also found this action to download GitHub releases. It allows for multi-platform, and multi-architecture usage: ``` - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - name: Install Zig toolchain uses:...

good point, I updated my last comment with a full example. I should probably add it to the documentation.

I've confirmed that this issue doesn't happen on 0.13.0 with the release of https://github.com/ziglang/zig/pull/19850 🎊 @andrewrk I think this issue can be closed as resolved.

The events for Kafka and Kinesisfirehose are no longer auto-generated, we can make any changes we want to the event structs. Feel free to modify the structs to fix this...

We launched support for newer versions of Next.js back in October. Please take a look at the announcement post, and migration guides. The new stack should solve this problem: https://aws.amazon.com/blogs/mobile/amplify-next-js-13/...

> We're running into the same issue - strangely it's not reproduceable on one of our Amplify apps but occurs on another. We're in the process of rolling out a...

This issue can only occur for old applications that use Next.js 10 or 11. Every other app does not present this problem. If you're still using Next.js 10 or 11,...

Hi everyone, I am pleased to share we have now launched support for Next.js 12 and 13. This new release improves build catching for Next.js projects. For more information, please...

Hey folks, I opened #2 which should fix this problem. I'll appreciate it if you took a look 🙌