Nifty255

Results 3 issues of Nifty255

Given the following target (imported into main magefile): ```go // Start creates and starts a new MongoDB container using the specified params. // With the exception of name, all params...

:ant: bug

**What's the idea?** Allow VRChat to receive limited types of arrays, validating to prevent shenanigans where appropriate. For example: `/avatar/parameters/xy/TailWag` would auto-inflate to the avatar params `TailWagX` and `TailWagY`. `/avatar/parameters/n/core`...

enhancement

A developer may wish to decode or otherwise assign to a struct field but not re-encode. For example, a MongoDB document struct with a struct pointer inside for relationships: ```go...