Michael Howell
Michael Howell
Is it any team, or a particular team? For those not in the know, Slack is a multitenant program; naturally, every "team" (read: "tenant") has a lot of configuration that...
I can't say that I like that comma. If it's tough to get rid of it (I think it would be, since it would require infinite lookahead to distinguish `fn:a...
@lolbinarycat https://github.com/rust-lang/rust/pull/108537 was when that was added. The idea was that name-based search worked well when space was used to separate path components, because it's easier than `::`
> ah, that makes sense. we should probably document that behavior somewhere. https://doc.rust-lang.org/nightly/rustdoc/read-documentation/search.html#search-by-name is supposed to describe it.
I can remove the incorrect `cfg(any())` part, but is the change to an explicitly-visible glob import acceptable?
In the current version of mdBook, `mdbook init --theme` drops copies of the hbs files that book authors can then modify, allowing them to change the HTML without recompiling. This...
[rust-by-example](https://github.com/rust-lang/rust-by-example/blob/e1d1f2cdcee4d52b9a01ff7c448be4372a377b70/theme/index.hbs#L150-L215) has a custom language picker, and [zjp-cn](https://github.com/zjp-CN/mdbook-theme) has a custom TOC. https://github.com/rust-lang/mdBook/issues/2490 adds their own logo.
> First, there should probably (at the top?) be something about → representing a tab in this document. Already exists. https://github.com/commonmark/commonmark-spec/blob/260b808152e125ba80483c206bd693e4bceb8129/spec.txt#L288 > Q: Is it intentional that you use “list...
It's true that the `
Which section of the spec do you think these test cases belong in, then?