Nathaniel Cook
Nathaniel Cook
If we are operating in a workspace then require the `--manifest-path` option to disambiguate which workspace member we should bump. I had to update the toml_edit dependency because of a...
With tag support we no longer need to explicitly skip the integration tests. We still need to figure out what to do about the other skipped tests but those can...
See https://github.com/tdunning/t-digest/blob/master/core/src/test/java/com/tdunning/math/stats/TDigestTest.java
The Java DSL API creates a convenient way for constructing Flux queries. The current implementation does so by building a Flux source string from the parameters to the various Java...
The DSL API presents a convenient way for users to build Flux queries without having worry about the mechanics of constructing the query. I have a question about its design...
According to semver the API may change with releases before the 1.0.0 release. https://semver.org/#spec-item-4 I would still like to track the breaking changes being made to the API using conventional...
What is the intended workflow to batch releases with more that a single commit? As I understand it the purpose of this bot is to determines the new semver tag...
For Flux acceptance tests its now possible to enable feature flags on a per test case basis. - [x] [Well-formatted commit messages](https://www.conventionalcommits.org/en/v1.0.0/) - [x] Rebased/mergeable - [x] Tests pass -...
## Description It's possible in certain failure modes to know the peer_id of a failed incoming connection. For example when an inbound connection has been negotiated/upgraded but then rejected locally...
### Summary I am hitting panics in debug mode at [this](https://github.com/libp2p/rust-libp2p/blob/master/protocols/request-response/src/lib.rs#L656) debug_assert. While the debug_assert is panic in request-response code, I do NOT think is a bug in request-response. I...