Peter Bourgon
Peter Bourgon
- Consolidate UserNode and OperatorNode to Operator - Change (reduce) the cluster responsibilities slightly - Provide in-memory cluster implementation, for system tests - Sketch out more complete system test suite
I think we can get away with some kind of basic virtual network layer + chaos testing + linearizability checking, run from the standard `go test` suite.
Requires new APIs and integration at the operator layer.
I hope it's self explanatory.
I'm calling AddHistory after every input string, but up/down arrows have no effect.
I want to iterate from a given key to the end of the tree inclusively. But there seems to be no way to get the last (tree.Max()) value as part...
I'd like a way to update only specific vendored packages, rather than all packages at once. Ideally, the UX would be something like `vendetta update github.com/specific/package`. With the current flagset,...
- Navigate to the root of some Go repository - Run `vendetta` Expected behavior: some kind of usage text letting me know how to add, update, or remove specific dependencies....