Tanmay Mohapatra

Results 139 comments of Tanmay Mohapatra

That's strange. Can you verify if the generated structs are something like [this](https://github.com/JuliaIO/ProtoBuf.jl/blob/098d013b0e839439b6c40d30841565e7b3cee385/src/google/any_pb.jl#L2-L5)? Basically they should have three fields as in the linked example. If not, then I suspect the...

I would suggest checking that correct version of these two should be available via `PATH` environment: - `ProtoBuf/plugin/protoc-gen-julia` - one from ProtoBuf v0.10.0 package folder - `julia` executable - one...

Do you need this only for logging? Then till this is available here, you may want to look at what is provided by the JSON package (https://github.com/JuliaLang/JSON.jl).

The primary hurdle in implementing this is the absence of any specifications. It needs digging through the C++ implementation to figure out the protocol. I will be able to take...

No, it's not there now. But it is possible to have some generic method to do this for all enums. Can you provide some examples/use cases?

The recently added `lookup` method can be used to convert an enum value to the corresponding name.

@sbchisholm, I have encountered extensions rarely and haven't really thought of implementing it yet. Any suggestions / ideas?

proto3 deprecates Extensions and introduces an Any type which seems simpler. May be it's better to jump to proto3 instead? Unless there is an immediate requirement.

It would help if you could share some minimal datafile/code to reproduce this error?

Can see the leak even with just open and close of sockets. test code: https://gist.github.com/tanmaykm/8352059108c6b34f5ecf