Andrew Kozin
Andrew Kozin
@mbj Possibly, you've already seen the [contracts](https://github.com/egonSchiele/contracts.ruby) gem. What do you think of it? Are you planning to support it in future? (now using contracts makes method not recognizable by...
Seems like mutant doesn't apply [ruby 2.1+ refinements](http://ruby-doc.org/core-2.1.1/doc/syntax/refinements_rdoc.html) and complains about undefined methods instead.
This PR is a part of error specialization initiated by the https://github.com/nats-io/nats.rs/pull/1047 See the initial discussion of the change in this https://github.com/nats-io/nats.rs/pull/1081 (to be removed later, after processing the feedback...
This PR is a part of error specialization initiated by the https://github.com/nats-io/nats.rs/pull/1047 See the initial discussion of the change in this [draft PR](https://github.com/nats-io/nats.rs/pull/1081) (to be removed later, after processing the...
See: https://github.com/nats-io/nats.rs/issues/717 Impement the serde deserializer for the ServerAddress(Url) struct based on the existing implementation of `from_str`.
All kinds of `error::Error` now implement the `Display` trait, and the `Display` for the `Error` itself is inherited from its `Kind`. The binding between the kind and `Display` is not...
Use the `within_transaction: false` for the protection: ```yaml --- - class: GoogleTranslateDiff - chain: translate - within_transaction: false - arguments: - Color - :from: en :to: de - actions: -...
Hi! What to you think about a possibility to stub not only instances of some class, but instances that satisfy some preconditions? Concerning the syntax I'd think about something like:...
# Description This PR adds feature-protected zeroization of `EmailAddress` on the base of well-known [zeroize](https://crates.io/crates/zeroize) project: * the address can be zeroized explicitly, * its implementation of the `Drop` enforces...