protobuf-d icon indicating copy to clipboard operation
protobuf-d copied to clipboard

Add support for optional fields

Open mbierlee opened this issue 2 years ago • 0 comments

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?

mbierlee avatar Mar 20 '23 23:03 mbierlee