tim2CF
tim2CF
Looks like atm `option` gRPC expression is not supported. Example: ``` [nix-shell:/app]# compile-proto-file --proto proto/lnd.proto > Lnd.hs --out src Error: failed to compile "proto/lnd.proto": CompileParseError "/app/proto/lnd.proto" (line 47, column 34):...
Mocks are not working for functions defined with `defdelegate` expressions: ```elixir pid = self() with_mock Process, [:passthrough], alive?: &(&1 != pid) do Process.alive?(pid) # ==> true (expected false) end ```
