Tobias Bieniek
Tobias Bieniek
ah, I see what you mean. the issue was in the index, we backfilled the database from the index, so the issue got into the database as well and so...
alright, **now** this should actually be fixed: https://github.com/rust-lang/crates.io-index/commit/c2ea799f8ef79ad3cc9422d41a1a9a4716b152e6 for more context: https://rust-lang.zulipchat.com/#narrow/stream/318791-t-crates-io/topic/backfilling.20.60links.60.20fields
> I haven't seen this feature on other products and platforms. Do you have any examples we can refer to? can't think of one, but what I have in mind...
Since the API token expiry notification emails have been implemented I will close this issue now. The token copy functionality has its own issue now: https://github.com/rust-lang/crates.io/issues/8717 :)
- https://github.com/rust-lang/rfcs/pull/3660 is open now to adjust our policies to allow this
I tried to reproduce the issue but it looks like there is no `Content-Encoding` header anymore in both cases. if this ever comes back, feel free to reopen the issue...
> Improve the `update_download` job https://github.com/rust-lang/crates.io/pull/8131 implemented a change that reduces the amount of reads to the `crates` and `metadata` tables. The job was previously taking an hour to process,...
the `has_lib` and `bin_names` columns in the database have been backfilled today (see https://rust-lang.zulipchat.com/#narrow/stream/318791-t-crates-io/topic/lib.2Fbin.20detection). https://crates.io/crates/ripgrep finally shows `cargo install` now, so I guess we can finally close this issue as...
No, but it's very easy to subscribe to just the crates you're interested in, which is basically equivalent to having a "dashboard feed", but way easier to provide from our...
The Docker environment not starting the background worker has been resolved by https://github.com/rust-lang/crates.io/pull/3223 :)