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
It currently uses reflection, which causes a chicken-and-egg situation when adding new types to the schema whereby the reflection code can't be run because the types aren't complete.
Stretch goal: generate ToProto() methods and XxxFromProto() functions.
The text was updated successfully, but these errors were encountered:
It currently uses reflection, which causes a chicken-and-egg situation when adding new types to the schema whereby the reflection code can't be run because the types aren't complete.
Stretch goal: generate
ToProto()
methods andXxxFromProto()
functions.The text was updated successfully, but these errors were encountered: