Ben Blank
Ben Blank
I've made an attempt at creating the JSON schema for Template metadata which I requested in #349. Some notes: * It is patterned after `devContainerFeature.schema.json`, on the theory that Template...
The spec defines dev container templates, but I was unable to find a corresponding JSON schema. The provided schemas for dev containers and dev container features are quite handy when...
## Screenshot  ## Steps to reproduce 1. Create...
The Semantics section of the README emphasizes that `using x = expr1, y = expr2;` (multiple bindings in a single declaration) is only [*approximately* equivalent][using-emphasis] to `using x = expr1;...
While working on a shell script, I discovered that Rewrap doesn't behave the way I expected — when I use `### ` to start a comment instead of just `#...
It would be nice if the flake8-todo rules affecting TODO formatting (TD002-7) supported the [`lint.task-tags` setting](https://docs.astral.sh/ruff/settings/#lint_task-tags) rather than just the hard-coded "directives" supported by the original rules in flake8-todo. As...
# Summary Currently, the warning which is intended to alert users that the download directory can't be kept only appears if they haven't asked for it to be. This fix...
Just as `egrep` and `fgrep` have been deprecated by both the POSIX and GNU versions of grep, Debian has deprecated the `rgrep` command it injects into the GNU grep package...
#### For bugs - Rule Id: SC2115 - My shellcheck version: 0.10.0 - [x] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2115) - [x] I tried on...
I set the "Default zoom" setting in Firefox to 150% in order to make pages easier to read on my laptop screen. Unfortunately, this seems to cause issues for Open...