Unturned3

Results 15 issues of 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...

type:build/install
platform:python
stat:awaiting googler
os:macOS

https://github.com/Unturned3/Microdot/blob/master/wiki/3_miniSystem/2_install.md (title says it all)

enhancement

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.

enhancement

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?

enhancement

currently, the tutorials assume that everything at every stage goes right... Need to add in debug tips in case something goes wrong

enhancement

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...

enhancement

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...

help wanted

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...

Language Service
Feature: Configuration
verified

## ❓ 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...

Language Service
Visual Studio
Feature: Auto-complete
enhancement