Files
flatbuffers-bigfoot/docs/source
Felix 31beb0fb2f Bugfix: grpc python code generation location and file suffix (#8359)
* clang-format

* [Python] Replace . with _ in grpc filename suffix

Having filenames with . like `file.fb.grcp`
is not great for Python. Since dots are used for namespaces.
Replacing all of them with _ eg suffix `foo.bar.baz` will become
`foo_bar_baz`.

Restoring the previous default `_fb` suffix.

* [Python] Use namespace in path

This fixes a regression introduced with:
fb9afbafc7
And generates the grpc file in the namespace folder again.

* Sync commandline docs with web docs
2025-06-24 22:52:40 -07:00
..
2024-12-23 15:55:56 -08:00
2025-01-10 12:55:35 -08:00
2025-01-09 23:36:46 -08:00
2025-01-24 10:57:52 -08:00
2024-12-23 22:22:24 -08:00
2025-01-21 21:28:32 -08:00
2025-01-10 12:55:35 -08:00
2024-12-23 15:55:56 -08:00
2024-12-23 15:55:56 -08:00
2025-01-10 12:55:35 -08:00
2025-01-10 05:53:27 +00:00
2025-01-10 12:55:35 -08:00
2025-01-09 23:36:46 -08:00
2025-01-09 23:36:46 -08:00