jyn

Results 720 comments of jyn
trafficstars

Yes, I definitely want to set up a staging server at some point where people can try things out interactively. I just want to set reasonable expectations for it; it's...

@jsha does `Extension` not support custom headers? Anyway, iron hasn't had a publish in 3 years, I wouldn't get your hopes too high. @syphar has been working on and off...

This should be less of an issue since we now always use the latest nightly. I would like to be able to choose between stable, beta, and nightly though. I'm...

@hecatia-elegua that seems like a misfeature, we should not be building docs that enable features that don't exist in the language anymore

@BGR360 this is specifically for the README, which docs.rs renders even for crates which don't get documented by rustdoc (e.g. binaries): https://docs.rs/crate/bat/latest

This looks like the right part of the code: https://github.com/rust-lang/docs.rs/blob/a43b0fb8a9fecb68f92c8e348874e989e8e02687/src/web/markdown.rs#L51-L70

@liigo what is the goal of making those crates searchable? The first hit for "rust std" on google is already https://doc.rust-lang.org/std, and it's not like you can confuse the standard...

@dcormier this isn't asking about searching items within the standard library (like `std::process` or something - see #494) - it's about searching for *crates* called `std`. I'm not sure why...

> I don't think some of them should be picked out to be not searchable in docs.rs. Well, it's not like we've intentionally singled them out - they aren't published...