Spyingwind
Spyingwind
**Is your feature request related to a problem? Please describe.** I'm trying to write useful macros that allow only calling one macro. There currently isn't a way to dynamically create...
It seems that $ENV:BuildRoot never is assigned before Meta.tests.ps1 is executed. As a result $BuildRoot is never assigned in `.\.build.ps1` . - OS: Windows 10 - PowerShell Version: 5.1 -...
**Description** When running build.ps1 you get errors. **Steps to Reproduce** 1. Create a module 2. Run .\build.ps1 **Current Behavior** ``` Describing Test help for [-] Describe Test help for failed...
### User story Attempted to install an ECO server on a Debian 12 VM, but the supplied command to install dependencies failed. ### Game ECO ### Linux distro Debian 12...
Formatting seems to be adding slash that isn't needed. Before formatting: ``` return { u8(rand.int31_max(255, &my_rand)), u8(rand.int31_max(255, &my_rand)), u8(rand.int31_max(255, &my_rand)), 255, } ``` After Formatting: ``` return( { u8(rand.int31_max(255, &my_rand)),...