EIA485

Results 9 issues of EIA485

[https://docs.vrchat.com/docs/launch-options](https://docs.vrchat.com/docs/launch-options) the launch options doc page does not contain the information about the `--osc=inPort:senderIP:outPort` launch argument.

### Discussed in https://github.com/vrchat-community/osc/discussions/12 Originally posted by **EIA485** February 16, 2022 currently if i want to implement eye tracking via osc id need to do it using parameters. this would...

### Discussed in https://github.com/vrchat-community/osc/discussions/10 Originally posted by **EIA485** February 16, 2022 would love to have a string input sets the user's current avatar based on an avatar id. maybe` /input/SetAvatar`

*What's the idea?** currently when trying to change a parameter it looks vary choppy **Is there another way?** doing it my self or waiting for #9

enhancement

*What's the idea?** id like to change my Gesture and GestureWeight parameters via osc `/avatar/parameters/GestureLeft` `/avatar/parameters/GestureLeftWeight` `/avatar/parameters/GestureRight` `/avatar/parameters/GestureRightWeight`

enhancement

*What's the idea?** Id like to be able to send vrchat a group ID string to an endpoint and have it represent that group if im already in it. a...

enhancement

Currently the WebHook announce messages have their user name as `Resonite Mod Verifications` I propose we change this to `RML Mod Verifications`. This repo only contains RML mods & libraries,...

allow ```cs class x: BepInPlugin { x(string GUID, string Name, string Version, string newArg):base(GUID,Name,Version) { } } [x("real.guid", "MyPlugin", "0.0.1", "example new field")] Plugin : basePlugin {} ``` ## Description...

currently EmmyLua truncates information in a hover dialog past a certain point. id like to be able to disable this truncation here's how lua_ls approaches this problem