Paul Wilson
Paul Wilson
Hey, so I've made a start at looking at how this might be done. It's nowhere near ready for a PR here, but I've made this to make it easier...
I'm not entirely sure about translating this test / behaviour to the compact protocol: https://github.com/pinterest/elixir-thrift/blob/50c575831e1c37af010b0ff19f0b42c6e1a2d925/test/thrift/generator/binary_protocol_test.exs#L119 The binary version wraps i16 overflows on encoding, so 32768 becomes -32768 and 65536 is...
Sorry, we haven't commented on this yet. Thanks for the PR @vemperor. I'm interested to know what you circumstances are that you want this? (My guess is that it is...
(Hi, I just noticed this in passing, while checking up an issue I raised.) It doesn't look particularly official but `Mimic.Module.original/1` will give you access to the original module, and...