Felix

Results 166 comments of Felix

I tried to reproduce this and build `tags/v24.3.25`. and your example works fine for me. ``` $ cat include/fbs/greeter.fbs namespace models; table HelloReply { message:string; } table HelloRequest { name:string;...

Ahh you didn't add `--grpc` in your initial bug report ![image](https://github.com/google/flatbuffers/assets/1682954/ff29d531-7e19-404d-a537-2421f23090dc) but yeah with this flag i can reproduce it :+1: > Looks like flatbuffer+grpc doesn't support python. I don't...

I finaly got around to test the new `.pyi` generation. And I seen similar problems with the generation of the grpc file. (see: https://github.com/google/flatbuffers/pull/8356) Didn't got around to test with...

@JaydenFish Is this still an issue for you or can this be closed? As far as i can tell on the latest master the grpc file (`greeter_grpc_fb.py`) is generated again...

Im very interested in how you use markers and i guess you are already aware that you are in control of the marker? I guess one can easily provide a...

@realtimeprojects please take a look at the open MR if that is the thing you had in mind :)

@aardappel this seems also an easy merge

See attached [example.zip](https://github.com/user-attachments/files/19031944/example.zip). Contains a dockerfile which can be build and run for example like this: ``` podman build . -t doxygen podman run -it --volume $(pwd):/ws localhost/doxygen:latest bash #...

Ahh yikes uploaded the wrong example. Updated in the previous post. Version is 1.9.4 in debian but i don't think from looking at the code that anything would be different...