Michael Beardsworth

Results 6 issues of Michael Beardsworth

**What type of PR is this?** Bug fix **What does this PR do? Why is it needed?** Only use the workaround from https://github.com/bazelbuild/rules_go/pull/3536 on darwin. (The lack of parallelism here...

This change allows users to configure relays from code without having to `setenv(GZ_RELAY)`. # 🎉 New feature ## Summary This change allows users to configure relays from code without having...

🎵 harmonic

This change allows users to configure relays from code without having to `setenv(GZ_RELAY)`. # 🎉 New feature ## Summary This change allows users to configure relays from code without having...

🎵 harmonic

WIP! - Build a tree of flatbuffers_library rules - Run codegen aspects over them TODO: - C++ tests - Python codegen - Workflow for options for C++, Python (config_setting maybe?)

From the Protocol Buffers style guide: "Files should be named lower_snake_case.proto." (https://protobuf.dev/programming-guides/style/)

(It's possible I'm doing something wrong here...) I'd expect that bringing in crates with crate_universe would pass the appropriate environment variables to cargo to point to bindgen dependencies provided by...