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
Which works fine right now, but we should maybe change it because as a result, Model is not generated and does not get its ProtoMessage and all the mumbo jumbo it should have generated for it, which can be a mess for reflection-based marshal/unmarshal if we finally make it work with that.
Right now it works, but we should evaluate if this is worth fixing/changing or not in the long run.
The text was updated successfully, but these errors were encountered:
Right now, if we do something like the following:
The result of the proto generated by proteus is:
Which works fine right now, but we should maybe change it because as a result,
Model
is not generated and does not get itsProtoMessage
and all the mumbo jumbo it should have generated for it, which can be a mess for reflection-based marshal/unmarshal if we finally make it work with that.Right now it works, but we should evaluate if this is worth fixing/changing or not in the long run.
The text was updated successfully, but these errors were encountered: