docs: update Ivan Garcia Contributions#2251
Conversation
Updated company affiliation and added new contributions including talks and articles.
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughUpdated Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@AMBASSADORS_MEMBERS.yaml`:
- Around line 214-249: The YAML block under the contributions list contains
leading tab characters causing a parse failure; replace all leading tabs with
spaces for each contribution entry (the lines starting with "- type:" and their
nested "title:", "date:", "link:" fields) so they align with the existing
contributions list indentation and formatting (ensure consistency with other
entries like the surrounding contributions items and use two spaces per indent
level).
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@AMBASSADORS_MEMBERS.yaml`:
- Around line 239-248: Normalize the month fields to full month names for
consistency: update the date.month for the entry with title "ZenWave AsyncAPI
Generator" from "Oct" to "October" and the entry with title "ShoppingCart with
AsyncAPI (full project and tutorial)" from "Jan" to "January" by editing the
YAML date.month values (the title and date.month keys identify the affected
records).
| title: "ZenWave AsyncAPI Generator" | ||
| date: | ||
| year: 2025 | ||
| month: "Oct" | ||
| link: "https://www.zenwave360.io/zenwave-sdk/plugins/asyncapi-generator/" | ||
| - type: "article" | ||
| title: "ShoppingCart with AsyncAPI (full project and tutorial)" | ||
| date: | ||
| year: 2026 | ||
| month: "Jan" |
There was a problem hiding this comment.
Normalize month names for consistency.
Most entries use full month names; abbreviations here may render inconsistently. Consider using full names to keep formatting uniform.
💡 Suggested fix
- type: "article"
title: "ZenWave AsyncAPI Generator"
date:
year: 2025
- month: "Oct"
+ month: "October"
link: "https://www.zenwave360.io/zenwave-sdk/plugins/asyncapi-generator/"
- type: "article"
title: "ShoppingCart with AsyncAPI (full project and tutorial)"
date:
year: 2026
- month: "Jan"
+ month: "January"
link: "https://www.zenwave360.io/docs/examples/eda-examples/asyncapi-shopping-cart/"🤖 Prompt for AI Agents
In `@AMBASSADORS_MEMBERS.yaml` around lines 239 - 248, Normalize the month fields
to full month names for consistency: update the date.month for the entry with
title "ZenWave AsyncAPI Generator" from "Oct" to "October" and the entry with
title "ShoppingCart with AsyncAPI (full project and tutorial)" from "Jan" to
"January" by editing the YAML date.month values (the title and date.month keys
identify the affected records).
|
/rtm |
Updated company affiliation and added new contributions including talks and articles.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.