azu

Results 808 comments of azu

[azu/awesome-commit-english](https://github.com/azu/awesome-commit-english) という英語のコミットリソースまとめ

baseURI + path is joined by [url.resolve(from, to)](https://nodejs.org/api/url.html#urlresolvefrom-to) https://github.com/textlint-rule/textlint-rule-no-dead-link/blob/e1e0cdd183b6d216c1eeeec005b19e053a192adc/src/no-dead-link.js#L272 Probably, your `path` is written as `/blog1`. As a result, `url.resolve("https://example.com/en/", "/blog1")` to be `'https://example.com/blog1'`. ```shell > url.resolve("https://example.com/en/", "/blog1") 'https://example.com/blog1' >...

This result is expected behavior. Because this rule can not know the custom tramsform logic. If you want to resolve the path, We need to add some new feature. For...

> validate links within a page I think that this rule will not be covered anchor link winth in a page. Because, these links is not dead link. In other...

> I implement the anchor link validation within this rule? Interest, but it is hard that implement right behavior, I think. For example, Markdown format does not support `id` or...

@dependabot merge 7/11/2023, 12:26:42 PM "JXA-userland/JXA" ***@***.***>

コードレビュー的にもありそう

[twada/escallmatch](https://github.com/twada/escallmatch) みたいのを使えば、コメントから指定位置とかをより自然に書けそう

例えば、textlint | textlint-fix みたいな感じで直せるようにするとか

機械的に修正できないにしても、それのどこが悪いのか強調して表示するとか。