Eric Zhang
Eric Zhang
The app seems to create a new line for links However this doesn't occur in the web app
votediagnostics.sp can no longer read vote parameters at least for the VotePass user message. Here are the logs when a Next Map vote goes through. ``` L 03/17/2025 - 10:52:54:...
## General description of the issue Sometimes when I click on a post in the notification tab, it opens up a different post ## Husky information - Husky version: 1.6.0...
In TF2, the size of CJK characters in some panels will be too big and overflow the text area. Most notably the MOTD panel and class select menu.  ...
Loading a Mannpower map on a server with `-replay` causes the server to segmentation fault, removing `-replay` from start parameters fixes the issue. `debug.log` generated with `-debug` enabled when changing...
### Describe the bug Nheko will only connect via the proxy server when the `http_proxy` and `https_proxy` environment variables are set and do not use the system proxy settings. ###...
Replay movie files rendered in the latest build of TF2 won't have an audio track. If you choose to render TGA/WAV files, the game simply creates a WAV file with...
Right now types of variables will need to be declared explicitly like so ```sp int a = 10; float b = 5.0; Menu menu = new Menu(MyMenuHandler); ``` It would...