Yuri Artemev
Yuri Artemev
I think this library is done, it has non-idiomatic API with just a few really useful functions, like scripts execution and `defredis` macro (thank you guys for implementation :metal:). This...
This is first step to implement [plugins](https://github.com/tony612/protobuf-elixir/issues/14). Protobuf allows to declare and use custom options for fields too (currently only file options is supported), but this library omits that info,...
`#attributes=` method behaves like _set these attributes for this object_ in my mind, but works like _update provided attributes in object_, and I'm feel wrong when using it in this...
proof of concept to compile module make/2 function into something like this: ```elixir def make(params, opts) do with {:ok, a} term}, opts) do Construct.Type.cast(:float, term, opts) end def cast_b(%{b: term},...