strager

Results 356 comments of strager

Tracked in #1004.

> Above the case, can I ignore test1.js and test2.js or only test2.js when linting? As a user, I would expect file1.js and file2.js to be ignored by the linter....

@samsondav's workaround worked for me! Here's what was in hsd's logs *before* using `--bare`: ``` [error] (node) Verification failure: bad-goosig-disabled (code=invalid score=0 hash=088f2f8e902147c4d755bc89f0ff2c3918e462dea401ecd44abded9c8074563f) at Mempool.insertAirdrop (/Users/strager/Projects/handshake/hsd-2.4.0/hsd/lib/mempool/mempool.js:1290:15) at Mempool._addAirdrop (/Users/strager/Projects/handshake/hsd-2.4.0/hsd/lib/mempool/mempool.js:1252:16) at...

> the file `ROME_LICENSE` covers the part where we give attribution This file is missing from Biome's public npm package and perhaps other distributions of the software. I guess this...

> Apache 2.0 is a stricter version of MIT Apache 2.0 is not a superset of MIT. If you have software licensed under Apache 2.0 (but not also MIT), you...

The Vim API to use is probably `popup_create`.

ThePrimeagen/harpoon is inspiring.

> Does quick-lint-js lint json files as well? No. quick-lint-js does report issues in quick-lint-js.config files (which are JSON), but quick-lint-js does not have general-purpose JSON syntax checking. i.e. *.js,...

The reason that LazyVim is quitting on start is that lazy.nvim is running quick-lint-js's test suite. (The test suite script exits when tests pass.) Why does lazy.nvim run the test...