-
### Description
It would be useful to be able to use M350 - Set micro-stepping with TMC drivers or to have a dedicated TMC command to set micro-stepping. (e.g. SKR Mini E3 v1.2, TMC 2209)
…
-
Given this build script
```bash
# main.exe: can attach debugger
clang -c -g mylib.c -o mylib.o
llvm-ar rcs mylib.lib mylib.o
clang main.c -g -L. -lmylib.lib -o main.exe
# main_noattach.…
-
Don't make any refactors
-
Create a plugin for Visual Studio code which does syntax completion/highlighting
As an example of how to do such:
https://github.com/twxs/vs.language.cmake
-
- VSCode Version: starting at 1.13.0, up to current
- OS Version: Fedora 24-27
Looks like VS Code is listening to mouse scroll events, even while it is not active in the window.
Related:
https:…
-
When yafti reaches my flatpak plugin invocation, it hits this error:
```
ERROR Task exception was never retrieved …
-
I'm trying to use Architectury Loom for a 1.19.2 Forge mod.
I downloaded the Forge template from [Architectury Templates](https://github.com/architectury/architectury-templates/releases/tag/release…
-
Hello :wave:
Welcome to our first issue where you can expect regular updates from our adventure in the Gno ecosystem :smile:
We are 4 students - @molaryy (Mohammed), @lennyvong (Lenny), @agher…
-
When creating a brand new file and a brand new machine using the `xsm` code snippet, then opening the machine with the editor, changes made in the editor are not reflected in the code
I believe thi…
-
**Is your feature request related to a problem? Please describe.**
There are various ides and text editors for android but the main problem with them is that we can't execute the code. The same is tr…