eth3lbert

Results 51 comments of eth3lbert

> Does that switch to using HTTP instead of HTTPS? I sort of don't think so, it just ignores bad certificates. I primarily focus on the git dependencies. Here are...

We have already disabled the default help flag and replaced it with our own but with `action = clap::ArgAction::HelpShort`. It's uncertain if it's worthwhile, but I believe you could achieve...

I looked around Poetry's document and found this https://python-poetry.org/docs/configuration/#http-basicnameusernamepassword .

Cargo has https://doc.rust-lang.org/cargo/reference/config.html#env Might not directly related but there's also https://doc.rust-lang.org/cargo/reference/config.html#credentials.

Sure, I would expect something similar to the following should work: ``` lua local user = {} return { "smjonas/inc-rename.nvim", cmd = { "IncRename" }, keys = { { "rn",...

I think the `default` here refers to the `default` of package(`tlsn-utils-aio`) that enables `tokio`.

You could try using inverse mode with `cargo tree -e features -p mio -i`. This might make more sense to you.

`dotenv` is implicitly unmaintained. Ref: https://github.com/rustsec/advisory-db/issues/1254

> In other words: this is just an intermediate step that allows us to use async `diesel` queries (enabled by `diesel-async`), but a lot of the code is still using...

that's also the reason why the crate report and the support page were ultimately implemented as new pages 😉