-
### Expected behavior
- [ ] Write the developer's intent in the comments.
It's often said that we can "see the code" without writing documentation above the function's signature, but at least we…
-
Hi @Phasor , I'm a mentor of the consensy bootcamp responsible for grading your project.
Congratulations, your Final Project passed! We'll be approving it on the course itself in a week or two, but h…
-
### Question
Howdie, thanks so much for sharing this work, I've been using this as my login shell for a long time now and very much enjoying it!
-
first of all I have to say, great job. making a DI container is hard and time-consuming.
but i have some issues with your approach. we use DI to be able to write unit tests. ti be able to mock dep…
-
I just ordered one of your lidar and am preparing to set up a ROS environment to use the lidar. Upon reviewing your SDK, I had a few questions.
* What is `cloud_scan_num` and why is it default set …
-
## 1. **Problem Statement** *
> What is the problem?: Explain the context and why it needs resolution.
> Impact: Describe how the problem affects users, systems, or the project.
Commitment Disc…
-
## What problem does this address?
Currently, the `` component internally renders a full-blown block editor inside an iframe. That's a lot of overhead for a UI-only component that doesn't allow u…
-
As per comment in PR #1040, I would like us to discuss the established patterns for testing in this library, these will include:
- What we test in unit and functional tests, mainly the scope of tho…
-
Re-exporting types allows maintainers to move or rename types without breaking downstream users. Usually `pub use` is used for this purpose, but some uses of `pub type` work too and are used by some m…
-
**Context**
I am working on a new plugin from scratch, using WP-Launchpad: https://github.com/wordpressfan/wordpress-debug-hooks/pull/1
Doing so, a CI is automatically added to GitHub. However, the …