Luca Barbato

Results 667 comments of Luca Barbato

Since this repo existed before your hand-made version, why you didn't contribute to it instead?

I need some time to read all your work, I'm quite sure we could try to deduplicate at least some of the effort, I would keep the sys crate since...

Oh wow, I got really sidetracked, I'm going to publish a new version of the `-sys` crate soon :)

Hey @superdump =) I'm looking forward to it =)

What prevents us from using the `nix` crate though? `winapi` is the windows equivalent to nix in the end ^^;

I guess if https://github.com/rust-lang/socket2/issues/313 gets eventually solved things might get simpler. (adding this issue to the list so we might get notified once there is progress in that regard)

From the manual for [curl_url_get](https://curl.se/libcurl/c/curl_url_get.html): ``` CURLUPART_QUERY The initial question mark that denotes the beginning of the query part is a delimiter only. It is not part of the query...

Yes, I was hoping that it could be reflected in trurl as well. (and `curl` itself is in the good bucket for that :)) Thank you for providing also the...

Probably would be useful to have `--unset` to clean up query and frag, and make so `trurl scheme://host/path --set query=""` would return `scheme://host/path?`. and have --get {component} return nothing if...