Eric Huss

Results 756 comments of Eric Huss

I don't think there is an automatic way to handle that based on the script. You can wrap text in something like `` to switch it.

Maybe I'm a bit confused by where the concern is. Looking at your playground link, I don't see the use of `#[panic_handler]`. As mentioned, there must be only one `#[panic_handler]`,...

The spacer is added to the TOC [here](https://github.com/rust-lang/mdBook/blob/c671c2e90486b6ec72921a5043dac1c1c5565f76/src/renderer/html_handlebars/helpers/toc.rs#L77-L81). It's a bit tricky how that interacts with `current_level`. At a glance I'm not sure how that should be better organized.

Note, this is a duplicate of #733.

Can you clarify, what is the relationship of a goal to a timeline? IIUC, the goal does not need to be completed in 6 months, but the team will re-evaluate...

Thanks @nikomatsakis! The Leadership Council has decided to accept this RFC. The next steps will be up to you, which I presume will be creating a repository to track your...

> The test failures on Windows are related to [libgit2/libgit2#6743](https://github.com/libgit2/libgit2/pull/6743) as mentioned above—I'm not too sure how to handle these conventionally using Rust. Hm, that's awkward. I don't really understand...

AFAIK, the ssh shorthand syntax doesn't have a place to put the port. It needs to be a full SSH url, as in `ssh://user@host:23953/path`.

I vaguely recall trying the PollWatcher and having issues with it, but I can't remember what they were. I think it was mostly performance problems. One issue is that with...

Since I've been having a lot of problems lately with the watcher, I have opened #2325 which includes an option to set the backend, and uses a simple scanner which...