Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion config/meetings.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,19 @@
"url": "https://github.com/asyncapi/community/issues/2116",
"banner": "",
"date": "2025-11-03T16:00:00.000Z"
},
{
"title": "AsyncAPI Community WG Meeting",
"calLink": "https://www.google.com/calendar/event?eid=ZDdxdDBxNGUxaWNic2kzNWZwbmRybmZrY2MgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/2131",
"banner": "https://github.com/user-attachments/assets/e0c22c5a-94a8-488c-970c-14aa1697283c",
"date": "2025-12-02T15:00:00.000Z"
},
{
"title": "AsyncAPI Spec Triage ",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove trailing whitespace from title.

Line 108 contains a trailing space after "Triage" that should be removed for consistency with other title entries.

Apply this diff:

-    "title": "AsyncAPI Spec Triage ",
+    "title": "AsyncAPI Spec Triage",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"title": "AsyncAPI Spec Triage ",
"title": "AsyncAPI Spec Triage",
🤖 Prompt for AI Agents
In config/meetings.json around line 108, the "title" value has a trailing space
("AsyncAPI Spec Triage "); remove the trailing whitespace so the title reads
"AsyncAPI Spec Triage" to match other entries and keep the JSON consistent;
update the file accordingly and save.

"calLink": "https://www.google.com/calendar/event?eid=NXYzamZpYW9lajZjMWk1aWtnNzY1NWhidWcgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/2141",
"banner": "",
"date": "2025-11-19T14:00:00.000Z"
}
]
]
Comment on lines +100 to +114
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Add trailing newline at end of file.

JSON files should end with a newline character. Currently, the file ends without one.

Ensure the file ends with a newline after the closing bracket on line 114.

🤖 Prompt for AI Agents
In config/meetings.json around lines 100 to 114 the file ends without a trailing
newline; add a single newline character after the final closing bracket (line
114) so the file ends with a proper newline (POSIX-style LF).

14 changes: 7 additions & 7 deletions config/newsroom_videos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"image_url": "https://i.ytimg.com/vi/zOkWc886ZZI/hqdefault.jpg",
"title": "AsyncAPI Community WG Meeting, Tuesday November 11th 2025",
"description": "https://github.com/asyncapi/community/issues/2107.",
"videoId": "zOkWc886ZZI"
},
{
"image_url": "https://i.ytimg.com/vi/KnXXiv0HEMA/hqdefault.jpg",
"title": "Governance Board Meeting, Monday November 3rd 2025",
Expand All @@ -22,11 +28,5 @@
"title": "Kickstart your AsyncAPI journey with Springwolf",
"description": "Join us on the 14th of October at 4 PM UTC for a deep dive into Springwolf, the open-source solution for generating AsyncAPI ...",
"videoId": "nNl0HUdBnmg"
},
{
"image_url": "https://i.ytimg.com/vi/Mkd7FgKOMNE/hqdefault.jpg",
"title": "One Tool, One Flow: AsyncAPI's New Take on Code/Docs/Config Generation",
"description": "Join us on September 30th at 4PM UTC for the first session of our AsyncAPI webinar series with Łukasz. In “One Tool, One Flow: ...",
"videoId": "Mkd7FgKOMNE"
}
]
]
Loading