azu

Results 512 issues of azu

- #764 - #1008 We have introduced individual Node type definitions. However, current `@textlint/ast-tester` only support `TxtNode`/`TxtParentNode`/`TxtTextNode`. We want to get more validation based on individual Node types. ## TODO...

Status: Proposal
Status: PR Welcome

docusaurus@2 has been released. - [Announcing Docusaurus 2.0 | Docusaurus](https://docusaurus.io/blog/2022/08/01/announcing-docusaurus-2.0) We want to update our webstite https://github.com/textlint/textlint/tree/master/website

Status: Proposal
Status: PR Welcome
Type: Website

I notice that creating https://stackblitz.com/edit/honkit-template?file=README.md It is a bit cumbersome to lose focus on the editor when changing documents. Probably, following step got the focus. https://github.com/honkit/honkit/blob/3d9392bcd67b403c895f524d5fb3d5612c7fd288/packages/@honkit/theme-default/src/js/theme/navigation.js#L375-L379 _Originally posted by @azu...

Type: Bug
Type: Theme

https://github.com/honkit/honkit/blob/master/packages/honkit/src/utils/promise.ts Q-based promise is hard to use. We need to switch to native Promise.

good first issue
Type: Refactoring

Related release work. This will not be included in CHANGELOG.

Type: Release

### URL: https://nodejs.org/ja/ ### Browser Name: Chrome ### Browser Version: 124.0.6356.6 ### Operating System: macOS 14.3.1(23D60) ### How to reproduce the issue: 1. Visit https://nodejs.org/ja/ 2. Got 404 ## Actual...

i18n

We already have `merge-config` command. So, Can we provide editable config on website-generator.

Status: Proposal

Currently, textlint-compiler just use `require` to load rule. I do not know that it works to ESM rules/filter/plugin. If it can not, we need to support ESM.

Status: Need More Info

スクショは統一感が大事だと思うので(OSでUIが異なる)、一旦そのままで大丈夫ですー - [ ] スクショを撮り直す _Originally posted by @azu in https://github.com/asciidwango/js-primer/pull/1732#discussion_r1538370745_

- https://github.com/asciidwango/js-primer/issues/1337#issuecomment-1000668450_ ここで対応しないとしていたけど、再検討する。 具体的には次の場所では、Error causeを使った方が明らかに良いので、ここで使えるように基礎文法で紹介したい。 ```js function main() { fetchUserInfo("js-primer-example") .catch((error) => { // Promiseチェーンの中で発生したエラーを受け取る console.error(`エラーが発生しました (${error})`); }); } ``` [Promiseを活用する · JavaScript Primer #jsprimer](https://jsprimer.net/use-case/ajaxapp/promise/#error-handling) ## TODO - [ ]...

Status: Proposal
Lang: ES2022