Results 61 comments of menduz

Telegram? my handle is @menduz

Those helpers will be definitely helpful, isn't the Transform component a better place to add it than the Entity class? Adding those to the entity will break the ECS pattern....

We are working this idea here: https://docs.google.com/document/d/1TJ0rrIgfhm09WYCQJ7i6f4PR6GYAMckvyOjUkIaPrWY/edit#

From what I remember, there can NOT be empty constructions. Constructions must be at least one character in length. Otherwise if you had `OWS+` being `OWS ::= ' '?` then...

what is the motivation to remove "usingnamespace"? it keeps the generated code minimal. small enpugh to be edited by hand and to describe structures only

Ok, got it. What do you think about the mixin approach described at https://github.com/ziglang/zig/issues/20663 instead of hardcoding all functions in each message?

Hi @jaronoff97, it seems that the generated json is somehow valid, assuming we are looking at the same .proto ```protobuf // Represents any type of attribute value. AnyValue may contain...

I took a look at the default behavior of protobuf cpp and it seems consistent with this proposal. They do have one caveat for serialization, it may become handy now...