We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test case (2017-04-23):
$('.desc > .info > a').map((t, v) => v.innerText).toArray()
Another search page may has similar results:
cc #162, #199 (@gkoz), not sure if the fix is really deployed.
The text was updated successfully, but these errors were encountered:
0e491f4 is certainly in the master branch, we probably re-broke it in the switch to diesel.
Sorry, something went wrong.
I think I'm seeing this as well with https://crates.io/search?page=6&q=derive
Appears to be resolved.
richardp@localhost:~/crates_scrape| ⇒ cargo search --limit 100 derive | cut -d " " -f 1 | uniq -cd Updating registry `https://github.com/rust-lang/crates.io-index` richardp@localhost:~/crates_scrape| ⇒ cargo search --limit 100 address | cut -d " " -f 1 | uniq -cd Updating registry `https://github.com/rust-lang/crates.io-index` richardp@localhost~/crates_scrape| ⇒ cargo search --limit 100 macos | cut -d " " -f 1 | uniq -cd Updating registry `https://github.com/rust-lang/crates.io-index`
EDIT: Also checked the first 10 pages of the address search on crates.io with no duplicates.
Looks resolved to me as well.
No branches or pull requests
Test case (2017-04-23):
$('.desc > .info > a').map((t, v) => v.innerText).toArray()
in console):Another search page may has similar results:
cc #162, #199 (@gkoz), not sure if the fix is really deployed.
The text was updated successfully, but these errors were encountered: