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
{{ message }}
This repository has been archived by the owner on May 27, 2022. It is now read-only.
The proto file
t.proto
:It'd be nice to be able to set the
a
field from a list during initialization like:pb = M(a=["one", "two"])
Google's protobuf library allows this, but palm does not:
The text was updated successfully, but these errors were encountered: