Oleksii Lozovskyi

Results 59 comments of Oleksii Lozovskyi

Hm... I've looked at whatever they have on the server and there just aren't any prebuilt ZIP archives with binaries for Linux. Sure, there are RPM packages, but I'm not...

The warning has been downgraded to “info” message in #16 (available since 1.2.1). This should make annoying annotations go away, but it still would be nice to download and use...

API spec will need an update once exonum/exonum#839 is merged.

Added a bunch of changes to resolve issues pointed out by @slowli. One thing that bothers me is the `maximum` values for some types. We use `u64` in Rust code...

@MartaDubno Uncollapsible model entries seem to be a bug in Swagger's editor. As for the examples... Do we need to keep accurate examples in data model sections? They do not...

Can we merge this please?

I've been using the following extension trait for a while to implement `try_rcu`. ```rust pub trait ArcSwapExt { /// [`ArcSwap::rcu`](arc_swap::ArcSwap::rcu), but with Result that short-circuits on error. fn try_rcu(&self, f:...

@jtaylor87 I guess you could use the `--from-stdin` command-line flag to prevent FreeRDP from asking the user to manually verify a certificate (and possibly adding it to known_hosts). It will...

This newline here: https://github.com/rust-lang/rust/blob/cc3eee7fbe17ea4b7238531cb97e1b7b8bd6afce/library/test/src/formatters/junit.rs#L186-L194 offends this assertion here: https://github.com/rust-lang/rust/blob/cc3eee7fbe17ea4b7238531cb97e1b7b8bd6afce/library/test/src/formatters/junit.rs#L21-L25