Pietro Albini

Results 174 comments of Pietro Albini

A PR in the Cargo repository (https://github.com/rust-lang/cargo/pull/7547) messed up humu's internal state, triggering an internal assertion. Now that I synchronized that repository everything started flowing again. ``` Dec 19 09:37:03...

I think the most effective way would be to just keep the same target directory only when the previous crate was published by the same person as the new crate....

> Is there a way to query which team a user is on or are you imagining that we would encode that in the repo config file? Some people are...

I'd kinda prefer to have a "This month in docs.rs" blog post on Inside Rust periodically: it'll get picked up by TWIR too, but it's also easier to share around...

@adsnaider there is already a daily cronjob whose source code is https://github.com/rust-lang/crates.io/blob/master/src/worker/daily_db_maintenance.rs. I guess you can probably add it there? Also, note that I'm not on the crates.io team, so...

Another possible implementation is to start requiring the crates.io account ID in every user URL, like `/u/4825/pietroalbini`. That way there would still be independent account pages for users with the...

> Looks like it's not that niche! Is this something you'd accept a pull request for? > How does it work for sections? Hidden sections implies all hidden pages with...

This is fixed by https://github.com/getzola/zola/pull/2398, it would be nice to have a patch release with the fix.

The macOS slowdown is almost surely because you got moved out of the dedicated macs onto the public pool, which probably has noisy neighbors. I don't see that much of...

> What are all the ways the bot can be configured and when to use each? From an operational point of view I'd use the database for as much stuff...