azu

Results 808 comments of azu

However, on second thought, it seems to me that it would be correct to exit 1 if an error is found even with `--fix --dry-run`. Therefore, I think it is...

@dependabot merge 6/17/2024, 12:26:27 AM "honkit/honkit" ***@***.***>

@dependabot merge 2/12/2025, 12:26:22 AM "honkit/honkit" ***@***.***>

@dependabot merge 2/12/2025, 12:26:22 PM "honkit/honkit" ***@***.***>

I encountered import issues in our monorepo setup. I write custom rules in monorepo with flat config and import them directly from eslint.config.ts. This method is convenient because it allows...

I am not aware of any semantic difference in the order of `references`. It looks like TypeScript docs does not mention it. - https://www.typescriptlang.org/docs/handbook/project-references.html However, I think it makes sense...

[ES Modules (ESM) in Electron | Electron](https://www.electronjs.org/docs/latest/tutorial/esm) [is not supported resolving ES modules · Issue #207 · electron/remote](https://github.com/electron/remote/issues/207) これ実質ESMは使えないっぽい

@dependabot merge 8/31/2024, 12:26:22 AM "textlint-ja/textlint-rule-preset-japanese" ***@***.***>

I think supporting CIDR is a good idea. However, it is better to avoid doing own parsing, so I would like to implement it based on the ipaddr and Node.js...

I'm ok that adding identifier to messages. Specifically, the worker code receives the `id` and puts the `id` against the `xxx:result` as follows? ```js const id = crypto.randomUUID(); worker.addEventListener("message", (event)...