Chris Krycho

Results 144 issues of Chris Krycho

We do not currently supply man pages for Volta. However, it would be *relatively* straightforward to implement using [the `clap_mangen` crate](https://crates.io/crates/clap_mangen), since we already use clap for our CLI parser....

enhancement
good first issue

**Describe the bug** ControlE is a standard macOS keyboard navigation shortcut for "go to end of line," built into every text view on the system by default. (You can find...

bug

As of 0.5.5 (haven't tested against earlier 0.5.x releases), this is once again throwing during build: > [broccoli-persistent-filter:Babel > [Babel: @embroider/macros]: Babel: @embroider/macros] was configured to `throwUnlessParallelizable` and was unable...

Instead of just as simple date, always make it a list: ```yaml updates: - at: ``` Then update all `updated: ` to be `updates: []`.

implementation

While instance initializers are powerful and capable of doing what you describe using them for here, they are also (in my experience) pretty serious foot-guns and can make it very...

This is a small change which will give improved accessibility for the handful of places we use ``, e.g. `ctrl-c`. Right now, there is no CSS or anything associated with...

## Background As of #3918, we have a preprocessor that allows us to author with a custom HTML tag, `Listing`, roughly as if it were a component in a templating...

Enhancement
E-easy
E-help-wanted

I was thinking about how we can make the process of working on the book easier, and one big way is to have format-on-save “just work” in people’s editors using...

Q for ourselves

These will need to be used as path dependencies in `rust-lang/rust`, as part of the build, because the Rust build pipeline invokes mdBook programmatically rather than via tools built directly,...