Tyler Brown
Tyler Brown
After re-generating the julia code from proto files using `v0.10.0`, I'm still getting the error. I wondered if the `protoc` version may be out of date, I'm using ``` protoc...
The generated structs are missing `__protobuf_jl_internal_defaultset` so instead I get ```julia mutable struct Candidates
In this case, I'm developing a package so I'm managing my environment via `julia --project=.` from within the package directory. Using v0.10.0 and the package manager, my `Project.toml` includes `ProtoBuf...
Also, when I tried building the container, I received a broken packages error. [build_error.zip](https://github.com/Meabed/nutch-cassandra-docker/files/59484/build_error.zip)
Had some initial thoughts but the pull request isn't ready & I'm kind of stuck at the moment ([see my branch](https://github.com/tbonza/nutch-cassandra-docker/tree/install-update)
Currently working on this issue: https://github.com/tbonza/HTTP.jl/tree/devtb Having issues getting the module imports to line up. Will continue looking into it.
Running into this as well. My use case is that I've written out a significant number of individual protobufs to batch out a larger task and make better use of...