Igor Raits

Results 128 comments of Igor Raits

https://github.com/rust-lang-nursery/rust-bindgen/issues/1412 https://github.com/rustsim/nalgebra/issues/383 https://github.com/BurntSushi/rust-pcre2/issues/3 https://github.com/dtolnay/ryu/issues/2 https://github.com/sfackler/rust-openssl/issues/964 https://github.com/stratis-storage/devicemapper-rs/issues/343 https://github.com/mehcode/config-rs/issues/75 https://github.com/hyperium/mime/issues/85 https://github.com/sunng87/handlebars-rust/issues/219 https://github.com/serde-rs/test/issues/19 https://github.com/alexcrichton/filetime/issues/23 https://github.com/serde-rs/serde/issues/1230 https://github.com/servo/rust-cssparser/issues/214 https://github.com/tailhook/humantime/issues/2 Just some links for the references.

I am not sure if this works and seems CI in this repo has issues that are not relevant to my PR.

I've been playing with it locally and all tests pass on my machine.

@lopopolo did you by any chance update nom? I'm hitting #15

```diff diff --git a/Cargo.toml b/Cargo.toml index f5cc72a..7210b7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" [dependencies] petgraph = "^0.4" -nom = "^2" +nom = "^4" lazy_static...

@Geal, would you be able to help me with this, please? :)

Also if you could make a "hack" mentioned in https://github.com/alacritty/copypasta/issues/15 to your `ext` crate, would be nice. That would make ffsend experience good on wayland. Thanks!

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

Maintainer of Fedora's luajit here. > Hmm Fedora doesn't seem to build LuaJIT with Lua 5.2 support, which Howl uses (not sure how extensively). Maybe that would fall under: What...