Pietro Albini

Results 174 comments of Pietro Albini

@nellshamrell I'd explain a bit that we can't give access to all repositories to a team, as there are sensitive private repos in the org, and that if a team...

@nellshamrell looks good to me as well!

I think this is something that we should eventually do, as it improves the privacy of users visiting docs.rs. But it's pretty low priority.

The name of the foundation will be “**Rust Foundation**”!

Note that this is practically reversing what we did in #592, but this is now starting to actually impact our performance.

I'm pretty sure that query is too complex to go on an index. A materialized view *might* work depending on how long it takes for it to update.

Yeah, played around with it and indexes don't seem to help much. This query though takes around 3.2s [(explain)](https://explain.dalibo.com/plan/4jz) on the primary db: ```sql SELECT DISTINCT ON (crate_id) crate_id, id...

The next crates.io deploy (happening in the next few days) will include the following changes to the database dumps: * PR #3612: The `textsearchable_index_col` column will be removed from `crates.csv`,...

Yeah, skimming this issue, it seems like most of the things would benefit going through the RFC process.

Also got bitten by this when trying to integrate REUSE with Rust. The Rust standard license is `MIT OR Apache-2.0`, and there is currently no way to get machine-readable output...