azu

Results 808 comments of azu

reproduce repo: https://stackblitz.com/edit/honkit-template-e8wbzkat?file=docs%2Ffirst-page.md,README.md,SUMMARY.md The reason seems to be that SUMMARY was originally intended only to link to pages or external URLs. Perhaps adding a pattern of links to files would...

https://github.com/textlint-ja/textlint-rule-ja-no-abusage とかが近いのですかね? でも漢字の間違いに近いのでちょっと違う話なのかもしれないですね。 コンテキストによって正しさが違うやつは結構実装が難しいとは思いますが。

Ah, I notice that this PR is duplicated of https://github.com/dotansimha/graphql-code-generator/pull/9574, but this PR includes a test.

@n1ru4l Thanks. I've added `enumsAsConst` to website/src/pages/plugins/presets/preset-client.mdx https://github.com/dotansimha/graphql-code-generator/pull/9981/commits/c9a3511c6b5ce8f58b6740a3daafede5c4c9d22f

https://github.com/lerna/lerna/issues/4055 lerna does not support catalog

Currently, User can avoid this issue by pass escaped path to secretlint.

As a fundamental problem, I think there is probably no way to make glob and escape compatible. So I think we need a flag that allows secretlint to pass a...

We need to change `canNpmPublish` for implementing `--json`. https://github.com/azu/can-npm-publish/blob/e7eacbf17f94d1bf71f37eb1eb166a98b8838684/lib/can-npm-publish.js#L208-L215 Current `--verbose` includes both messsage and errors. So, we need to separate these like following: ```ts type CanNpmPublishResult = { "ok":...

I'm ok that convert to TypeScript.

I think that `--json` is a just formatter like `--format json`. So, we should exit with non-zero code. ``` ❯ bat test.js ───────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ File: test.js ───────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 1 │ console.log(JSON.stringify({...