~kb
~kb
[SARIF](https://docs.oasis-open.org/sarif/sarif/v2.0/sarif-v2.0.html) provides a standard output format for static analysis tools, like ameba. With the continued integration of security tools into GitHub, there may be a lot of auxiliary functionality that...
**What version of textlint are you using?** `11.9.1` When running textlint, outputted results list absolute paths. Potential cause: https://github.com/textlint/textlint/blob/538b64e2ebadca8e027972233f2bf82c0188570a/packages/textlint/src/util/find-util.ts#L78-L87 This behaviour deviates from the common linting tools and breaks compatibility...
Closely related to #24—possibly more controversial. When provided with an input of: ``` { type: 'Paragraph', children: [ { type: 'Link', title: null, url: 'https://example.com', children: [Array], loc: [Object], range:...
When passing: ``` { type: 'Paragraph', children: [ { type: 'Strong', children: [Array], loc: [Object], range: [Array], raw: '**This emphasis has more than one sentence. It has two lines.**' }...
Adds support for ssh-agent passthrough to the Windows host via [wsl2-ssh-agent](https://github.com/mame/wsl2-ssh-agent). This was recently added to nixpkgs via https://github.com/NixOS/nixpkgs/pull/444409. The package is only available in unstable and the 25.11 beta...