David
David
Yeah, that's probably a better idea. I guess you mean something simple like ``` static void UpdateFontText(TTF_Font *font, TTF_Font *initial_font) { if (font->visited) { return; } font->visited = true; if...
Hi Ashesh, I attached file for reproduction (below content are embedded in first file here): [repro.py](https://github.com/user-attachments/files/23566361/repro.py) supporting files seperately: [repro_server.py](https://github.com/user-attachments/files/23566364/repro_server.py) [hello_pb2_grpc.py](https://github.com/user-attachments/files/23566365/hello_pb2_grpc.py) [hello_pb2.py](https://github.com/user-attachments/files/23566368/hello_pb2.py) [protoc.py](https://github.com/user-attachments/files/23566366/protoc.py) [requirements.txt](https://github.com/user-attachments/files/23566367/requirements.txt) (had to add txt extension so...