Results 106 comments of Alec Mev

@marcofugaro Not in the immediate future, I'm afraid, so this is up for grabs!

@marcofugaro https://github.com/kkga/spacegray/pull/217

@timche Hi! Any chance of revisiting this? Would love to get this merged.

It's better to move these to DefinitelyTyped, until expr-eval is rewritten in TypeScript. [More info](https://stackoverflow.com/q/56834190/242684).

@steverep Nope, still pinned to `5.72.1`, sorry.

Didn't realize there was demand, will try to clean up and release soon. This isn't ready as-is yet, unfortunately, as I've noticed some inconsistencies between dark/light in personal use.

Doesn't look like it, unfortunately: https://stackoverflow.com/q/12534699/242684 https://github.com/semantic-release-action/typescript/issues/10#issuecomment-1536964025 Though I wouldn't treat npm's choices as gospel :sweat_smile:

To frame this a little bit differently, how else could I tell Knip to ignore `**/.scratch/**` without polluting the configuration?

I'm struggling to find examples. Prettier doesn't respect `.gitignore`, nor does ESLint. Biome, however, [does](https://github.com/biomejs/biome/discussions/1016) (at least intends to). Outside of JavaScript, RipGrep [does too](https://github.com/BurntSushi/ripgrep/issues/611#issuecomment-331692791), and [fd](https://github.com/sharkdp/fd/issues/4). Can you maybe...