docs.rs icon indicating copy to clipboard operation
docs.rs copied to clipboard

crates.io documentation generator

Results 168 docs.rs issues
Sort by recently updated
recently updated
newest added

Right now, when a large workspace publishes its crates, we spend a lot of time rebuilding the same dependencies over and over again (e.g. https://github.com/aptos-labs/aptos-core). To reduce the load on...

E-medium
A-builds

First, there should be no UI changes. I replaced the dropdown menus in the topbar with `` instead which work nicely with keyboard events and don't require JS, hence why...

S-waiting-on-author

This happens due to check [here](https://github.com/rust-lang/docs.rs/blob/ce8b117663fdea44240bc2b10e65db258f1448f9/src/docbuilder/rustwide_builder.rs#L222) which will bail out of the function if the check for the current version fails (which happens if the toolchain is not installed). What's...

Only after much irritation, I understood that using `#![cfg(target_os = "windows")]` is responsible for my crates https://docs.rs/win-beep/latest/win_beep/ and https://docs.rs/vcvars/latest/vcvars/ showing empty documentation. How must it be for a potential user...

E-medium
A-builds

According to https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-invalidations: > File invalidation: maximum number of active wildcard invalidations allowed > 15 So, during times of heavy building (particularly when many crates in a family are released...

C-bug
E-easy

## Summary Suggestion: host multiple crate's docs under the same "site", e.g. `https://docs.rs/rand/` ## Motivation Generated docs (at least sometimes) include a list of "Crates" in the sidebar. This can...

I don't really know what else to say here. Seems to happen in Chromium and Firefox. I couldn't find another issue for this. Here's a recording: https://user-images.githubusercontent.com/54749/207850931-384b04b2-f4b1-409a-bf36-04e22820ed65.mp4

C-bug
A-frontend

So it's not forgotten I'll write down my findings here. When we get a `Yank` change from crates-index-diff, we are running an `UPDATE` statement on the `releases` table. We only...

C-bug
E-easy
A-builds

### Crate name getargv ### Build failure link https://docs.rs/crate/getargv/0.1.1/builds/701636 ### Additional details This crate has a dep `getargv-sys` which requires an apple OS to build, I specify: ``` [package.metadata.docs.rs] targets...

E-hard
A-builds

As discussed in https://rust-lang.zulipchat.com/#narrow/stream/356853-t-docs-rs/topic/sourcegraph.20as.20a.20source.20view.20replacement. Sourcegraph announced they have all crates indexed as of July this year: https://twitter.com/sourcegraph/status/1547991489149423620 Note: this doesn't yet delete the code that fills the `files` column, nor...

S-waiting-on-author