-
## Problem
After the files are generated, despite the fact that we pass it to [Generator.Util.format/1](https://github.com/elixir-protobuf/protobuf/blob/18ad14f571cf296a1b87c9b5da559807da324be1/li…
-
When trying to boot Overworld as an Elixir dependency, I get the following error:
```
04:16:22.145 [notice] Application overworld exited: :ow_app.start(:normal, []) returned an error: shutdown: fail…
-
Hey everyone! First of all, thank you for this great lib! ❤️
I just came across this issue that literally asks me to contact the lib author, so here I am 🤣
I'm trying to use `import public` fr…
-
Hi there,
We're seeing (what feels like) inconsistent behaviour when encoding oneof values.
Given the following protobuf:
``` protobuf
syntax = "proto3";
message Foo {
message Bar {
…
-
If I run `mix test` on Windows, the project will raise error:
```
PS C:\Users\WingyMomo\src\github.com\elixir-protobuf\protobuf> mix test
Generated protobuf app
Generated escript protoc-gen-el…
-
env:
Erlang/OTP 26 [erts-14.2.5] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
Mix 1.16.3 (compiled with Erlang/OTP 24)
wsl2-arch
-------------------------------------
…
-
- https://github.com/elixir-grpc/grpc
- https://github.com/elixir-protobuf/protobuf
-
I am currently trying to use Protobuf in one of my elixir projects but I keep getting this error:
```ex
** (Protobuf.DecodeError) invalid field number 0 when decoding binary data
(protobuf 0.11…
-
Ruby, JS, JVM and other implementation have migrated from protobuf to JSON Schema based messages.
Refs. https://github.com/cucumber/common/issues/1386
-
I am consuming OpenTelemetry events from an Elixir Phoenix application that depends on the hex package :opentelemetry 1.3.1 and exported using the http_protobuf exporter.
The service.instance.id is…