Unturned3
Unturned3
### OS Platform and Distribution MacOS 14.3 ### Compiler version Homebrew clang 17.0.6 ### Programming Language and version Python 3.11.5 ### Installed using virtualenv? pip? Conda?(if python) Conda ### MediaPipe...
https://github.com/Unturned3/Microdot/blob/master/wiki/3_miniSystem/2_install.md (title says it all)
Currently, the doc only describes how to build Microdot using a custom toolchain. Should add a section about using a pre-built toolchian. This may be convenient for some users.
Previously, musl-1.1.20 is confirmed to work with the build process. Tested musl-1.2.0 today and no problem showed up so far. Perhaps update the docs accordingly?
currently, the tutorials assume that everything at every stage goes right... Need to add in debug tips in case something goes wrong
Right now, the kernel configuration step in 3_miniKernel.md is basically asking the readers to copy instructions, without much explanation. Best if more content related to generic kernel configuration information is...
I would greatly appreciate it if anybody would like to submit tutorials in the 4_beyond section of the wiki. Anything that is related to improving and expanding the functionality and...
Type: Bug Create the following `.cpp` file: ```cpp #include int main() { std::vector v {1, 2, 3}; return 0; } ``` A red error squiggle will appear before the vector's...
## ❓ Questions and Help Thanks for this amazing piece of software, first of all! I am trying to create an error function for use with `th.AutoDiffCostFunction` to measure the...
Bug type: Language Service **Describe the bug** The autocompletion engine doesn't seem to provide suggestions for `goto` statement labels in C/C++. - OS and Version: MacOS Monterey, 12.1 - VS...