You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/share/lua/5.1/protoc.lua:271 Option name expected
i realized the dot is caused an error. i'm using '.' in the beginning of option is rpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation doesnt resolve correctly, so the protoc tell us the using '.' to get openapiv2_operation from an outer scope of package.
can you support '.' in the beginning of option name?
The text was updated successfully, but these errors were encountered:
hi, i'm using
protoc-gen-openapiv2
in my proto:but i got error
i realized the dot is caused an error. i'm using '.' in the beginning of option is
rpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation
doesnt resolve correctly, so the protoc tell us the using '.' to getopenapiv2_operation
from an outer scope of package.can you support '.' in the beginning of option name?
The text was updated successfully, but these errors were encountered: