Alexandre Hamez

Results 18 comments of Alexandre Hamez

Hello, Good question! TBH, I'm not clear on how protox could support gRPC. For instance, I thought it would required to have some kind of HTTP/2 server. But, it seems...

OK, it's clearer, thanks! However, I can't find the specification of this structure on https://grpc.io/docs or how a service is effectively described in protobuf. Can you point me to some...

OK, thanks for your detailed answer, it's much clearer now! I hope I'll be able to take a look at all this in a few days, but the next 2...

Hi! I removed it because it seemed to me that Elixir wasn't concerned by `FileOptions`. But if you think it can be useful for you, sure no problem, I can...

Can you try the branch file_option? You should be able to call on each message a function `file_options/0` that returns a `FileOptions` structure. You can see an example [here](https://github.com/ahamez/protox/blob/44f698c1ee10bc05be11b68694b2374c28a71172/test/file_options_test.exs). Tell...

OK, thanks, I've found the problem!

The bug fo the use case you provided is now fixed, can you give it a try?

I released version [1.7.0](https://hex.pm/packages/protox/1.7.0) that supports FileOptions. Thanks for your input!

Thank you for the report! I can reproduce this problem. However, you wrote that you observed this problem also with binary encoding, which I could not reproduced. Do you have...

I think I might have fixed this. Could you try the branch [fix_optional](https://github.com/ahamez/protox/tree/fix_optional) to check if it resolves your issue? Thank you :-)