Bouke van der Bijl
Bouke van der Bijl
Yes exactly, it'd like to avoid IFD whenever possible, performance being the main reason! The readFile would cause an IFD if the yarn.lock file was generated as well, so if...
Thinking about it some more, I think the IFD would only appear if you are packaging an external source, that is you're using js2nix on a project fetched from GitHub...
@jtattermusch I made a PR so the x86_64 binary gets picked up at least: https://github.com/grpc/grpc/pull/25756
Fixed in https://github.com/cnr-isti-vclab/vcglib/commit/edf834918fa5964096216a7d458eda08768d49ae
Okay sounds good! I've got it building myself but I had to set `-DBUILD_SHARED_LIBS=OFF` in the cmake flags to make the result usable
@codebytere hi, I'm sorry but I don't have time to work on this further, someone else will have to pick it up.
Nice, just some tests :)
We could keep both kinds and deprecate WithQuery, removing it in a later version.
I think a more appropriate replacement is https://github.com/rustls/hyper-rustls instead of tokio-rustls