Trevor Miller
Trevor Miller
In the default theme, if I have a slide with: ```mdx --- Some text with `const answer = 42` inline code --- ``` The output currently looks like this with...
Many other linting tools have "recommended" presets that catch errors (rather than opinionated things) like: - `eslint` has `eslint:recommended` - `eslint-plugin-react` has `react/recommended` - `eslint-plugin-jsx-a11y` has `jsx-a11y/recommended` etc. It would...
Suggestion to default cursor to block, non-blinking - like the default. Not a big deal, but I was thrown off by the non-standard line + blinking.
It would be helpful to have a GitHub Actions example to go along with the Travis CI / Trust items in https://rust-lang-nursery.github.io/cli-wg/tutorial/packaging.html.
**Describe the problem you are trying to solve** I read about `cargo audit` on the Rust blog, but it isn't in `cargo --list`. **Describe the solution you'd like** Add `cargo...