Matt Wang
Matt Wang
Tracking issue developed off of the comments in #272: * on the calendar itself - [ ] some of the other views are what I would call "low in design...
This is the minimum necessary change to make `back_to_top` work when there is no custom footer, last edit timestamp, or GitHub edit link. Two immediate thoughts. First, we have a...
Hi folks, Was catching up on dependency updates and noticed #41; this PR is a quick attempt to add GitHub Actions CI that runs `npm test` across: - LTS node...
In the following code snippet, the `aria-pressed` value is hardcoded: https://github.com/just-the-docs/just-the-docs/blob/0fc476871ca2dac5504cf5522f8955332af20b18/_includes/components/nav.html#L49 With a cursory glance, I don't think this is always the correct `aria-pressed` value: the only JS that could...
I've reviewed #1440 several times now, and one part of my workflow has been testing the branch on different sites that use Just the Docs (i.e. not just this repo...
To jot down a thought I have: I think our changelog is actually somewhat frustrating to read, because the actual log of changes (i.e. what has been added, fixed, etc.)...
Pretty straightforward: adds two different sets of commands for Windows vs Linux/Unix, quotes the entire classpath, and adds a trailing note. Open to any suggestions (copy, placement, etc.). Closes #15292.
Hi folks, new-to-checkstyle user here. Apologies for not using the bug report template, but that seems like overkill for this issue. I was looking at [Running > Command Line >...
Sass has [deprecated the `lighten()` and `darken()`](https://sass-lang.com/documentation/breaking-changes/color-functions/) functions. `color.adjust` is a drop-in replacement, but does require importing `sass:color`. This is a problem, since this module *only* (?) exists in dart-sass,...
Closes #1510. Some things I'll note: - I've added a callout for each minor release that has breaking and/or potentially breaking changes, but am light on the details (this seems...