Gleb

Results 9 comments of Gleb

I think `--lockfile-path` is more clean long-term solution, but would require changes on rust-rover side as well. I believe for now you can also just copy stdlib sources into a...

FYI: removing deps on okhttpclient will break existing users who provide their own instance of okhttpclient in order to customize client (i.e. timeouts, etc)

It looks like it's affected by https://github.com/postmanlabs/openapi-to-postman/issues/417 FYI: I wrote that the page page doesn't render the content correctly at first, but in reality nothing is generated (code 1 is...

We don't maintain core legacy, except critical patches. Closing the PR

Just my 5 cents: For the mentioned above cases, I believe the first mentioned option (#5707) would be the best solution. It feels like the easiest approach to write something...

> you could implement the ro mechanism without adding another flag by adding a special case for `--lockfile-path` I think as long lockfile is written in another directory, original toml...

Thanks for the follow-up and providing the design @epage! I'm going to scope out the work to be done and follow up with the questions (if any) in the #5707...

FYI: lockfile path PR has been merged. We can now call `cargo metadata --lockfile-path /my/write/path/Cargo.lock` @GenericNerdyUsername @RalfJung you might be interested in it ^

+1 Been thinking a bit more on it: if we keep `--sign-with-*` options on every command that currently sings, we can be consistent over commands with simple sign. For complex...