protobuf-d
protobuf-d copied to clipboard
Add support for optional fields
When trying to compile the protobuf files from Stability-AI I get the following error:
project.proto: is a proto3 file that contains optional fields, but code generator protoc-gen-d hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.
Is it possible to add support for optional fields?