azu

Results 512 issues of azu

Currently, No test code. https://github.com/textlint/editor/blob/d6506f6ec8c0663a5e675d97b742401067ce3140/package.json#L32 We need to add some test cases. - [ ] @textlint/compiler - snapshot testing - code generator match snapshot testing - https://efcl.info/2018/02/02/snapshot-test/ - [ ]...

help wanted
Status: PR Welcome
Type: Testing

![image](https://user-images.githubusercontent.com/19714/88550041-0359b200-d05c-11ea-94ad-487deac2aac6.png) updateCaretCoordinates cause layout shift.

Type: Performance

@textlint/editor project always welcome to new collaborator! ✋ @textlint/editor is an early phase, so we need a discussion about the use-case. First milestone: - Work @textlint/editor work as a browser...

Type: Meta

https://www.figma.com/file/9kRm0Cr869zbdACytRE74R/textlint-editor?node-id=4%3A2 I've created some design. grammery like pattern ![image](https://user-images.githubusercontent.com/19714/88506899-06ca4a80-d016-11ea-93ef-4e8a78922704.png) Fix it! pattern ![image](https://user-images.githubusercontent.com/19714/88506946-2497af80-d016-11ea-98bb-a87ed2a0bece.png)

help wanted

https://codesandbox.io/s/kvs-example-basic-o3srd2 I do not why this is happened.

Type: Bug
help wanted

use [playwright-test](https://github.com/hugomrdias/playwright-test) instead of Karma Props - Simple Cons - Can not manage version

We can improve `AsyncIterable` typing. `AsyncIterable` may be `AsyncIterable`?

help wanted
Type: TypeScript

並行、並列の図は https://wavedrom.com/ を使って書けるかも。 メンテナンス性を考えると、テキストで書けた方が嬉しい。 書籍全体で統一感はないけど ## やること - [ ] 図を入れる - [ ] 文章を再構成する _Originally posted by @azu in https://github.com/asciidwango/js-primer/issues/1453#issuecomment-1207311725_

エラーファーストコールバックをコラムに移動する。 非同期の章とNode CLIの章 どちらもPromiseが最初に来るようにして、エラーファーストコールバックはコラム欄に移動する。 - [x] エラーファーストコールバックをコラムに移動 - [x] Promiseをエラーファーストコールバックに依存しないように書き換え - [x] node cliをPromiseベースに変更 プレビュー - 非同期: https://deploy-preview-1457--js-primer.netlify.app/basic/async/ - Node.js: https://deploy-preview-1457--js-primer.netlify.app/basic/async/ - https://deploy-preview-1457--js-primer.netlify.app/use-case/nodecli/read-file/ からが変更 fix #1453

https://github.com/nodejs/release#release-schedule Node.js 18 LTSは2022-10-25にリリースされる。 LTSがリリースされるタイミングで変更する ## TODO - [x] このリポジトリ自体をnpm8で動くようにする(lockのアップデート、https://github.com/asciidwango/js-primer/blob/master/.nvmrc 、CI周り) - [x] npx がインタラクティブになった変更する `-y` を使う? #1484 - https://jsprimer.net/use-case/setup-local-env/ - [ ] 2022-10-25まで待つ - [ ] Node.js 18に変更 -...

Status: Proposal
Status: PR Welcome