Matt Wang

Results 71 issues of Matt Wang
trafficstars

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...

bug
status: needs investigation

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...

status: needs discussion

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.)...

status: needs discussion

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.

awaiting response

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 >...

approved

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,...

status: blocked

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...