Eric Zhang

Results 8 issues of Eric Zhang

The app seems to create a new line for links However this doesn't occur in the web app

bug

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...

bug

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. ![Image](https://github.com/user-attachments/assets/6f99fa8f-571e-4b99-a373-df20e25f947e) ![Image](https://github.com/user-attachments/assets/669956ce-4da9-4a1b-a90b-a0a05b9951f0)...

Team Fortress 2
Font
Linux

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...

Team Fortress 2

### 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. ###...

bug

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...

Team Fortress 2
Audio

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...

enhancement
compiler