Hein Meling

Results 126 issues of Hein Meling

This checks which fields are actually used before adding the import alias. That is, some imports are only used by other languages, e.g., option imports such as protopatch for Go....

I work with (a steady stream of new) students on various projects using protobuf, and more often than not they don't pay attention to the version of their installed `protoc`...

**Is your feature request related to a problem? Please describe.** I wrote code as part of an `Example` style test that used the generated `String()` method, forgetting about issue #1121....

documentation

I've been playing around with `gopter` for a little while now, trying to understand how to write my own generator for my use case, which is not as straight forward...

- Added Configuration.Contains(nodeID) - Changed WithNodeIDs(ids []uint32) to ids ...uint32 - Custom subconfigurations for a tree

Seems like we could save ourselves some time when cutting new releases using [goreleaser](https://goreleaser.com/intro/). Perhaps it can replace most of the [doc/release-guide.md](https://github.com/relab/gorums/blob/master/doc/release-guide.md). Do you want to take a look at...

# List of tasks to do for Gorums: - [ ] Create Hugo-based webpage for `gorums.io` with content (@r0qs can help with logistics) - [ ] Project description and examples...

Provide argument `gorums_out=srv=,paths=...` to `protoc-gen-gorums` to generate skeleton server code. The generated code would be saved to a file `srvname.go`. Decide if we should support both `source_relative` and other options....

Started this PR a while back to reduce further the coupling between Node and Manager, but got distracted with other stuff. Putting it up as draft to remember to pick...

We mention this in the user-guide.md file: **Note:** For a real use case, you may decide to keep the `.proto` file, and the generated `.pb.go` files in a separate directory/package...