docs(main): fix changelog header inlining bug - #469
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (3)**/*.{js,ts,jsx,tsx}📄 CodeRabbit inference engine (.editorconfig)
Files:
**⚙️ CodeRabbit configuration file
Files:
docs/**/*.{js,jsx,ts,tsx,mdx}⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (1)
WalkthroughIn ChangesChangelog Section Joining Fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 7 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (7 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
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 |
Co-authored-by: Ryan Millard <142347829+Ryan-Millard@users.noreply.github.com>
|
Hi @Ryan-Millard and @Krasner , I know that I probably shouldn't ask this but what do you guys do? Are you both students or working professionals? I was wondering this while coding today when I had one assignment due and I just wanted to ask you guys. If you both are okay to answer this ofcourse |
Right now, I'm a student and a software engineer. I started this project because I wasn't taught C++ at all in university and really wanted to learn it, but I also didn't want to use the GUI libraries that C++ has because they're a pain to set up and use (I didn't want to learn Conan and submodules are terrible to maintain - we only have one in |
I work in AI but wanted a fun project to practice C++. I do a lot of python and some C++ for embedded applications but generally I spend much less time in C++ than I'd like, so any opportunity to practice is welcome. I also have little patience so optimizing the repo and including webgpu really helped make things run a lot faster. |
|
It's very nice to know about you both, thank you for sharing! If you both know any other project where I can contribute and which uses c++, Js, node etc, please do share the repo links with me! I'll really appreciate them. |
What kinds of embedded projects do you work on? |
The project below welcomes newcomers, but it requires special hardware, so I'd probably need to make a plan with the maintainers to get it to you since it's mainly based in South Africa and distributing small-scale hardware is a bit difficult. I've been working with some engineers on Kijani for about a year now. It's an ESP32-based robot platform that was created because they wanted to make robots cheaper as well as share their love for technology. It's still in development because troubleshooting hardware and software is quite difficult. Previously, the work wasn't published to GitHub and we only started having an online and open presence recently (it's difficult to convince telecommunications and electrical engineers to change their ways😂). There is definitely a lot that needs to be done on the software side of things. |
I work for a retinal imaging company so I developed a real-time pupil tracking algo for nvidia jetson. Used TensorRT and c++ and some custom cuda kernels to deploy a deep learning model. I used to do a lot of FPGA development maybe 7 years ago but I'm pretty rusty on that now. |
That explains a lot about your technical expertise. Also, I haven't done anything practical in computer vision outside of this project. It's just not in demand in South Africa. |
That is so cool 😭 One of my professors did his PhD in Sweden and he was telling about computer vision in class. Really makes me feel like a whole new world whenever I hear people talking about it. |
Changes & Reason
Changes
consolidatedFile.jsRELEASES: sectionstoRELEASES: sections.join("\n\n")Reason
Related Issues
Fixes: #468
Testing & Verification
Additional Resources
N/A