Adam Wierzbicki

Results 2 issues of Adam Wierzbicki

I have the following schema: ```protobuf syntax = "proto3"; package messages; message Query { optional string query_id = 1; optional string dataset = 2; optional string query = 3; optional...

I am trying to match all versions >=1.0.0 and =1.0.0-rc,