Duncan Hamill

Results 2 issues of Duncan Hamill

Hi, I can't seem to find any support for mouse wheel bindings, are there any plans to add this?

Hello, I'm trying to use prost with a proto file that includes `google.protobuf.Timestamp` like so: ```proto syntax = "proto3"; import "google/protobuf/timestamp.proto"; message Command { google.protobuf.Timestamp timestamp = 1; } ```...