Jonathan Jayet
Jonathan Jayet
@carllerche Could you provide an example? It may seem like a dumb question, but it seems to me like the [scheme parsing](https://github.com/carllerche/http/blob/master/src/uri.rs#L1564) is already normalizing case characters. I actually added...
I'm interested in this if it's a good first PR :)
@jdm I'm actually looking at the problem right now. I've tried to replicate the Windows configuration since it seems to not use Gaol as well. ``` [target.'cfg(not(target_os = "windows"))'.dependencies] [target.'cfg(not(target...
@jdm so... this seems to do the trick : `[target.'cfg(all(not(target_os = "windows"), not(target_arch = "aarch64")))'.dependencies]` (don't know if `target_arch = "aarch64"`is not too broad though, nut nothing else seems to...
@larsbergstrom Yes indeed it works! I tried before but due to me not understanding cfg, it was not working properly. You're right, I'll try to PR with just that. Thanks...
@larsbergstrom @jdm As I'm working on getting each part to compile, I stumble upon the (lack of) User Agent. Right now, I've added this : ```rust UserAgent::iOS => { "Mozilla/5.0...
Hello everyone, Here are the errors that pop-in: - `mozjs-sys`: ``` --- stderr DEBUG: _cc: Trying aarch64-apple-ios-gcc ERROR: Cannot find the target C compiler make: *** [maybe-configure] Error 1 thread...
@MortimerGoro Good to know, I'll look into it, thanks !
Hi, I understand but does this mean that the project is basically dead or is it temporary ? Thx !
Oh :( Well this was nice while it lasted :) Thx everyone for the good work !