Ivan Aksamentov

Results 218 comments of Ivan Aksamentov

Hi @pilem thanks for trying Nextclade v2! How do you invoke the command? Is there an easy way for us to emulate your environment to be able to reproduce the...

@pilem Have you tried the new `--proxy*` command line flags? I think that `reqwest` does not look for proxies by default and needs to be told explicitly, so I added...

>When vendored, rustls or native-tls are replaced by a statically linked build of openssl I don't believe we use native-tls vendoring. That would require turning on this feature: https://github.com/seanmonstar/reqwest/blob/28840afd46fe3b81b7c77dde4537ad702826c7f7/Cargo.toml#L38 In...

I will be away for a few days, but if someone wants to take a look during that time, then the relevant code is: - `HttpClient::new()` configures the undelrying implementation...

@pilem Thanks for checking! Does it also work with your production hardware setup you mentioned previously? Enabling default features in `reqwest` means on Linux it will use openssl (even if...

> setup time seems to increase with the number of threads This is surprising to me and should not be the case. So probably a bug on its own. >...

> certain proportion of sequences or (more complicated) a given number In order to sample a portion you need to know the total, which means parsing and storing the entire...

Hi @charlesfoster, No, there is currently no such option. Historically, these flags were just inherited from Nextalign and users of Nextalign always want the alignment (it's the only thing Nextalign...

@corneliusroemer No, this is about any browser incompatibilities that we might to warn users about

I wanted to add that if you are reading this and is an expert in Avian flu, consider contributing some of your expertise. Check out: - data repo: that's where...