Conversation
WalkthroughThis pull request updates content in a blog post markdown file. The changes modify the "What Do Support?" section by adding attribution credits to contributors and reordering the codec list. Additionally, a closing note is rephrased to emphasize open source contributions rather than commercial licensing. The modifications are content-only with no changes to exported or public entity declarations. 🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. 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
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/pages/blog/moqbs.mdx`:
- Line 91: Update the sentence "They do some neat open source stuff so go
sponsor them if you're a big corpo using React Native." by hyphenating
"open-source" when used as a compound adjective modifying "stuff" (i.e., change
"open source stuff" to "open-source stuff") so the phrase reads: "They do some
neat open-source stuff..." in the blog content.
| [Software Mansion](https://swmansion.com/) just started on native iOS/Android support for MoQ using libmoq. | ||
| It took them a day to get [playback working on iOS](https://discord.com/channels/1124083992740761730/1124083992740761733/1473997800273608744). | ||
| Go pay them if you're a big corpo using React Native... or wait until it's open source. | ||
| They do some neat open source stuff so go sponsor them if you're a big corpo using React Native. |
There was a problem hiding this comment.
Minor: hyphenate "open-source" as a compound adjective.
When "open source" precedes and modifies a noun ("stuff"), it should be hyphenated.
✏️ Proposed fix
-They do some neat open source stuff so go sponsor them if you're a big corpo using React Native.
+They do some neat open-source stuff so go sponsor them if you're a big corpo using React Native.📝 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.
| They do some neat open source stuff so go sponsor them if you're a big corpo using React Native. | |
| They do some neat open-source stuff so go sponsor them if you're a big corpo using React Native. |
🧰 Tools
🪛 LanguageTool
[grammar] ~91-~91: Use a hyphen to join words.
Context: ...997800273608744). They do some neat open source stuff so go sponsor them if you'r...
(QB_NEW_EN_HYPHEN)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@src/pages/blog/moqbs.mdx` at line 91, Update the sentence "They do some neat
open source stuff so go sponsor them if you're a big corpo using React Native."
by hyphenating "open-source" when used as a compound adjective modifying "stuff"
(i.e., change "open source stuff" to "open-source stuff") so the phrase reads:
"They do some neat open-source stuff..." in the blog content.
No description provided.