Jarred Nicholls
Jarred Nicholls
It would be nice to have the ability to set a max queue size per-topic, especially for ephemeral topics that have no channels/consumers. An even better situation would be for...
I think it would be useful for certain operations (encode, sign, etc.) to have an alternative method that accepts a `ring::rand::SecureRandom` RNG provider as an argument, or some other means...
- Provide a try_bind_with_graceful_shutdown method to TlsServer in order to have fallible semantics rather than panics when a TLS configuration fails. - Add panic warnings to the docs of each...
Just a thought: consider using a memory-intensive KDF like scrypt instead of pbkdf2. I noticed on the TODO list the option of setting one's own interation count. This would be...
After Issue #26, we will probably want to integrate with a code coverage service that nicely presents the results over time. Nash will want ownership of the account of whichever...
OpenLimits will begin to utilize a set of open source tooling for running its code coverage tests that does not come standard with the Rust cargo toolchain. Additionally, OpenLimits will...
Right now there is no way for cargo to connect to a private repository, whether or HTTPS or SSH. I believe if the `git` Cargo.toml dependency option would support a...
OpenAPI v3.1 supports the ability to configure an object schema with `propertyNames` that can restrict the property keys allowed for an object. A common case is where an `enum` schema...
gj shows a lot of promise (no pun intended!). It would be wise to reexport the mio tcp/unix types under gj so people do not have to link directly to...
 See screenshot above. When clicking on one of the "Allowed" values to fill in an example value to the parameter field that is an `array` type (`add-multiple` is enabled),...