Paul Schoenfelder
Paul Schoenfelder
You mentioned that this is coming from gpb, did you open an issue there for this, if so, could you link to it here? In your reading of the code,...
I'm a bit unclear what exprotobuf should be doing here - do you have a reference to the spec for this, and perhaps a bit more detail pointing out what...
Do you have an example file I can test with? How many messages are defined in the proto?
Thanks! I'll take a look as soon as possible
It looks like the bulk of the time is split between `gpb` parsing and the Elixir compiler - ultimately there isn't much I can do to ease this with the...
@xinz When running tests with `ex_unit_clustered_case`, you want to disable libcluster (or more precisely, use the Erlang strategy, which just uses normal Erlang distribution). This library handles spinning up a...
If you open a PR with a fix, I'll be happy to work with you on it there, I think we'll have to iterate on it a bit, but if...
I'll take a look at this, I wonder if that's a more recent option, as I don't recall it being present before. We definitely want to support it!
So looking at the code, options provided via the exprotobuf API are never passed to `:gpb`, they are set automatically based on context. I'll look into making those options default,...
I'm not actively maintaining the project any longer, but I'd certainly be open to merging a PR which adds support for Webpack if you are interested in tackling it. Sorry...