Martin Geisler
Martin Geisler
This PR might benefit from the work of @michael-kerscher in #2258. That is, perhaps the slide evaluator could also detect and flag scrollbars in code blocks?
Hi code owners (@suetfei, @wnghl, @anlunx, ...), can you please take a look at this one? @henrif75, I think we should consider pruning the list of code owners here in...
Thanks @mobyw, let us merge this! Structural, this looks awesome and it brings the translation forward in a nice way.
Yay, this looks awesome now: https://google.github.io/comprehensive-rust/zh-CN/glossary.html. Thanks for following the formatting guideline closely, so that the line breaks look like in the English version: 
Hi all, I ran in to the same problem as you all when starting a mdbook project which should be translated in several languages... To fix this, I wrote some...
Hi @stuartcrobinson ! Thanks for the question, you raise a good point. The `lipsum` function always starts with the words "Lorem ipsum" since I figured people liked the traditional look...
Hey folks! Sorry about causing trouble! @kalkin or @tgross35 would you be up for bringing back a `lipsum_from_seed` function which instantiates a simple RNG for the user? The function was...
> Honestly I wouldn't mind just gating the feature behind a `system-rand` flag or something like that. Is that what you're suggesting? Yeah, exactly! We can make the flag a...
Hi @reknih and @laurmaedje, can you tell me if this is a terribly idea from the point of view of dependencies? We discussed in #74 that a dependency on `rand::thread_rng`...
> It just tried it and while it compiles fine on WASM, it will panic with `time not implemented on this platform`(for the target `wasm32-unknown-unknown`). It might work on the...