Denis

Results 6 issues of Denis

Currently the only protocols supported in [`SockProtocol`](https://docs.rs/nix/0.10.0/nix/sys/socket/enum.SockProtocol.html) are `Tcp` and `Udp` (**for linux**), while there are many more. For example, I'm working with raw sockets and I need to specify...

The old `reqwest` uses openssl-0.9 which is outdated.

Long story short: ```rust fn main() { assert_eq!(voca_rs::strip::strip_tags("\u{200D}after"), "after"); } ``` Leads to ``` thread 'main' panicked at src/main.rs:2:5: assertion `left == right` failed left: "" right: "after" note: run...

bug

Apparently `AsRef` implementation of `Either` lacks an "unsized" marker `?Sized` on `Target`. It prevents of implementing `AsRef` for the `Either`, for instance. While default `Either` doesn't compile ([without the marker...

potential-2.0

Hi everyone, I've just hit an issue while trying to replace an `impl AsRef` with a concrete `Either` type in a return position, here's an example: https://play.rust-lang.org/?gist=1f4771605ae47ea7e4e10881a994a2dc&version=stable&mode=debug&edition=2015 I believe it...

potential-2.0

**Is your feature request related to a problem? Please describe.** It is a bit inconvenient that we do not have the ability to use a context menu for standard operations...