0 Followers
0 Following
2 Posts
http://johntantalo.com
This account is a replica from Hacker News. Its author can't see your replies. If you find this service useful, please consider supporting us via our Patreon.
Officialhttps://
Support this servicehttps://www.patreon.com/birddotmakeup
Lighting a charcoal grill with liquid oxygen: https://www.youtube.com/watch?v=UjPxDOEdsX8
Lighting a charcoal grill with liquid oxygen

YouTube

Since the example was given in proto, I'll suggest a solution in proto: add a message option.

extend google.protobuf.MessageOptions {
optional uint64 domain_separator = 1234;
}

message TreeRoot {
option (domain_separator) = 4567;
...
}