iamjpotts
iamjpotts
Provide a way to shorten the default 20 second timeout waiting for a message. Allows quick shutdown of client (e.g. in automated tests) when it is known that no more...
Based on feedback from #1.
`cargo deny` checks for dependencies with vulnerabilities, vulnerability advisories, unmaintained crates, duplicate dependencies, and other issues. * Add `deny.yaml` * Add exceptions for warnings without a resolution available * Add...
### Before submitting an issue to GitBucket I have first: - [X] read the [contribution guidelines](https://github.com/gitbucket/gitbucket/blob/master/.github/CONTRIBUTING.md) - [X] searched for similar already existing issue - [X] read the documentation and...
It looks like several PRs with bug fixes were recently merged, thanks for that. It looks like they may fix some of the bugs I and others experienced. Thoughts on...
`format()` is mistakenly called on return value of `print()` instead of on the format string. Fixes the typeo so the intended error message will be printed and intended exception thrown.
At the top of the README, there's a deprecation badge, but later on in the readme, only one of the crates `ipfs-api` is marked deprecated in a table listing all...
* `Vendor` can now `Display` * Rename `Vendor:Vbox` to `Vendor::VirtualBox` * Rename `Vendor::None` to `Vendor::ATA` to match its vendor string * Make `Device::vendor` an `Option` that defaults to `Option::None` instead...
**Description**: The mirror api provides transactions in a different format than displayed or parsed by `TransactionId` - specifically, the account ID is separated from the valid start timestamp by a...
**Description**: Make characteristics of the gRPC connections, such as keep alives and timeouts, configurable via `ClientBuilder`. * Add a new `EndpointConfig` struct with configuration values for the `tonic` `Endpoint` instances...