azu

Results 808 comments of azu

TextlitCore will be dropped favor of new APIs #965

Next Node.js will introduce utf8 checker https://github.com/nodejs/node/pull/45947

[buffer.isUtf8(input)](https://nodejs.org/api/buffer.html#bufferisutf8input) require Node.js v18.14.0. textlint 14 treat Node.js 18.14 as the minimal version. - #1200

- https://github.com/textlint/textlint/issues/1122 I've created suggestion API proposal. This issue merge into https://github.com/textlint/textlint/issues/1122

I'll come back when I need to.

`Intl.Segmenter` is tokenizer, it split text into words(tokens). So, it does not split text into sentences. ![segments excalidraw](https://user-images.githubusercontent.com/19714/207489801-c568924e-cb0b-4184-b46b-1cbc86f461f6.png) https://excalidraw.com/#json=PKbVfkc-JwDScvZHN8Ysu,jgqaHTMS03q6BsvQRYO1dg

Generated JSON schema already supports `@default`. AJV ignores `default` property by default. - https://github.com/vega/ts-json-schema-generator/issues/249 - https://ajv.js.org/options.html#usedefaults If you use the `useDefaults` option using the [Custom Validator](https://github.com/azu/create-validator-ts?tab=readme-ov-file#custom-validator), you can support the...

https://github.com/azu/create-validator-ts/releases/tag/v6.0.0 support `useDefault` by default.

@windchime-yk さん に担当してもらう。 - `[import title:"main.js"](./src/main.js)` とかは https://github.com/asciidwango/js-primer/issues/1698 で中身が変わるのでそのままにしておいてOKそう - とりあえずは packge.jsonのdevDependenciesはそのままおいておけば、他とかはconflictしない想定 - マージするタイミング or 文章の変更だけマージした後に mochaを完全に取り除くというをやれば安全そう

I work with various types of monorepo in different package managers and I feel this to be a missing feature when dealing with monorepo in npm. - npm: none -...