-
- What are best practices
- What are some bad things to do?
- We could look at [Jack’s approach](https://jcken95.github.io/projects/code_review.html), for example (Matt)
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [ ] I'm not able to find an [open issue](ht…
-
# 💡 Summary #
Write unit tests for all the code in the workflows.
## Motivation and context ##
All code should be tested to prevent unknown problems from biting us unexpectedly (which has happened)…
-
Right now `RecListAnalysis` is good but limited — only computes per-user metrics.
It would help standardization of evaluation procedures if we had a more coherent "analyze" (and maybe "run") tool f…
-
-
https://www.freecodecamp.org/news/how-to-write-and-run-c-cpp-code-on-visual-studio-code/
-
-
In TCP server implementation, how to find whether the function code was 6 or 16 (0x10)? And how to respond to it specifically?
```
type HoldingRegistersRequest struct {
ClientAddr string // th…
-
In some circumstances, the path of python executable file isn't the fixed one. For example, it's in `/data/data/com.termux/files/usr/bin/python`. It results in playsound throws error on termux. For an…
-
![table](https://github.com/user-attachments/assets/f8753cf3-ff05-4aa5-9a63-aa63449adcc6)
We have the code to generate the plot. Where can I have the code for the table?
Thank you