-
Notifications
You must be signed in to change notification settings - Fork 47
Create 2025-05-30-Effection.md #313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds a new event page for "Open Source Friday: Effection" stream, including metadata, description, and platform links.
- Introduces a markdown file with frontmatter for the Effection event
- Provides event details and speaker information
- Includes streaming platform links
@@ -0,0 +1,18 @@ | |||
--- | |||
title: 'Open Source Friday: Effection' | |||
metaTitle: 'Open Source Friday: Nuxt and AI' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The metaTitle
references Nuxt and AI but this event is about Effection. Update it to reflect the Effection topic.
metaTitle: 'Open Source Friday: Nuxt and AI' | |
metaTitle: 'Open Source Friday: Effection and Structured Concurrency' |
Copilot uses AI. Check for mistakes.
--- | ||
title: 'Open Source Friday: Effection' | ||
metaTitle: 'Open Source Friday: Nuxt and AI' | ||
metaDesc: 'Join Daniel Roe to discuss Nuxt, AI, and improving developer experiences with type inference.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The metaDesc
mentions Daniel Roe, Nuxt, and AI, which doesn’t match Charles Lowell’s Effection stream. Update the description to summarize the Effection content.
metaDesc: 'Join Daniel Roe to discuss Nuxt, AI, and improving developer experiences with type inference.' | |
metaDesc: 'Join Charles Lowell to explore Effection, structured concurrency, and effects for JavaScript.' |
Copilot uses AI. Check for mistakes.
title: 'Open Source Friday: Effection' | ||
metaTitle: 'Open Source Friday: Nuxt and AI' | ||
metaDesc: 'Join Daniel Roe to discuss Nuxt, AI, and improving developer experiences with type inference.' | ||
date: '05/23' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The date
is set to '05/23' but the filename and event title indicate May 30. Change it to '05/30'.
date: '05/23' | |
date: '05/30' |
Copilot uses AI. Check for mistakes.
|
||
Join Charles Lowell [@cowboyd](https://github.com/cowboyd) to learn more about [Effection](https://github.com/thefrontside/effection), structured concurrency and effects for JavaScript. | ||
|
||
[Open Source Fridays](https://www.youtube.com/playlist?list=PL0lo9MOBetEFmtstItnKlhJJVmMghxc0P) stream weekly on GitHub's [Twitch](https://www.twitch.tv/github), [YouTube](https://github.com/youtube), and [LinkedIn](https://www.linkedin.com/company/github). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The YouTube link points to github.com/youtube
instead of the official YouTube domain. Update it to https://www.youtube.com
or the correct playlist URL.
[Open Source Fridays](https://www.youtube.com/playlist?list=PL0lo9MOBetEFmtstItnKlhJJVmMghxc0P) stream weekly on GitHub's [Twitch](https://www.twitch.tv/github), [YouTube](https://github.com/youtube), and [LinkedIn](https://www.linkedin.com/company/github). | |
[Open Source Fridays](https://www.youtube.com/playlist?list=PL0lo9MOBetEFmtstItnKlhJJVmMghxc0P) stream weekly on GitHub's [Twitch](https://www.twitch.tv/github), [YouTube](https://www.youtube.com), and [LinkedIn](https://www.linkedin.com/company/github). |
Copilot uses AI. Check for mistakes.
No description provided.