Jeff Mitchell

Results 88 comments of Jeff Mitchell

I think this could be significantly simplified by passing the string value from the parameter into the sign function and doing a simple switch on the string value, without needing...

I think it'd be better with a different type that can allow both integers and strings At this point though the CLA is outstanding so until that's signed I'm going...

Hmm it's showing here as not signed. I can ask someone to look into it. Could you also try it again just to be sure?

Oh good point @chrishoffman , forgot about that

It appears they swapped it out for "real" Chrome -- it works if you use `google-chrome`

Hi @muesli 😀 It's definitely not 5 seconds. Sometimes it's 2 or 3; often it's 10 or so; sometimes (very rarely) it's 30 or more. I don't think I've seen...

Oh, I'm using Atmel's official toolchain: gcc version 4.6.2 (AVR_8_bit_GNU_Toolchain_3.4.0_663)

Well, having never dealt with either underlying proto handling code or grpc-gateway code, any pointers you may have would be useful :-)

Closing -- it may be a bug but we're actually going to structure our API differently (for different reasons than this). If you want to keep it open to track,...

Hi there, I'm looking to be able to do this: ``` service FooService { rpc foo(FooRequest) returns (FooResponse) { option (google.api.http) = { post: "/foo-message" body: "payload" }; } }...