IVogel

Results 3 issues of IVogel

It panics due to lack of the string validity check in [async-h1](https://github.com/http-rs/async-h1/blob/2ee67c14a96f8bc2d8945ebff86d55ff045d0150/src/server/decode.rs#L83) and due to unwrap in [http-types](https://github.com/http-rs/http-types/blob/dae51d7cf462ada802bd21cf4bc8c97dbacd7b97/src/headers/headers.rs#L54). Also, there is [second](https://github.com/http-rs/http-types/blob/dae51d7cf462ada802bd21cf4bc8c97dbacd7b97/src/headers/headers.rs#L66) unwrap that will panic if two fields with...

bug

This particular flag (`EFL_SERVER_ONLY`) can't be set in any other way. It is useful when I want an entity that exists only on the server and does not occupy networked...

As far as I can see, Garry's Mod should have this function in the Label class, since it has it in `vgui::TextImage`. Label also uses `TextImage` for text rendering. If...