Adam Vigneaux
Adam Vigneaux
To use [Dependabot's support for private registries](https://github.blog/2021-03-15-dependabot-private-dependencies/), it looks like we have to configure [the `registries` option](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#configuration-options-for-private-registries) in `dependabot.yml` for every repository in our organization. It would be nice if...
According to https://github.com/npm/cli/issues/2692, the `node_modules/.hooks` functionality used by this package is no longer supported in npm v7. For me, this manifests in the following way: ```shell-session > npm update -g...
Currently, after saving a bookmark, there is no way to submit updates without closing the extension dialog and reopening it. This makes it possible to submit updates to the bookmark...
Currently, the app displays articles ordered by created date in descending order (starting with most recently saved)—the default behavior of the Wallabag API's `GET /api/entries` endpoint. I'd like the option...
I'd like to use this plugin to lint HTML in [Templ](https://templ.guide/) files, for example: ```templ package main templ Hello(name string) { Hello, { name } } templ Greeting(person Person) {...
**Describe the bug** I'm using a Go template conditional to swap class names and the second `class` attribute (in the "else" clause) is incorrectly flagged by this plugin: ``` The...
**Content related:** - URL: https://plainvanillaweb.com/blog/articles/2025-06-12-view-transitions/ (The problem is not specific to this website, this is just an example.) - wallabag version: 2.6.13 **Describe what's wrong:** Actual page title is "Bringing...
Adds a `Range` to the parser's `DocType` nodes. Continues @dgrundel's initiative of adding `Range` to all AST nodes for the benefit of external linting tools, which started in #1225 and...
Adds a `Range` to the parser's `Whitespace` nodes. Continues @dgrundel's initiative of adding `Range` to all AST nodes for the benefit of external linting tools, which started in #1225 and...