Tobias Bieniek

Results 665 comments of Tobias Bieniek

We talked about this RFC in the crates.io team meeting today and concluded that the marginal space savings from removing the dev-dependencies are not worth the risk of unintentional breakage...

> Is there a docker setup that i could use to run syklines.aero? not that I am aware of. my Docker knowledge is too small to make that work properly...

thanks for your work, @abhiaagarwal! in https://github.com/tokio-rs/axum/pull/3105 it was decided to remove this example though and potentially keep it in a different and/or dedicated repository. since the example was removed...

FWIW I'm not sure whether we should add this to the existing yank API (`DELETE /api/v1/crates/:crate_id/:version/yank` and `PUT /api/v1/crates/:crate_id/:version/unyank`). I think it might be better to implement something like `PATCH...

yes, that would be the consequence, but I don't think fixing the mistakes of the past is necessarily a bad idea in this case.

> What is the plan for other "patch like" changes to a crate version? For example editing the "description" or "maintenance"? I agree with @Rustin170506 that anything parsed from the...

I'm personally not a big fan of modal dialogs since they are very tricky to implement correctly, especially from an accessibility point of view. I've worked on https://github.com/mainmatter/ember-promise-modals in the...

I've rebased this on top of https://github.com/rust-lang/crates.io/pull/9437 to get that first part out of the way and make the PR a bit easier to review :)

I rebased the branch and fixed the above two comments. I think this is good to go now :)

I guess https://github.com/rust-lang/crates.io/pull/6875 has resolved that? feel free to reopen is I misinterpreted this :)