azu
azu
[Leveraging the Performance Metrics that Most Affect User Experience | Web | Google Developers](https://developers.google.com/web/updates/2017/06/user-centric-performance-metrics "Leveraging the Performance Metrics that Most Affect User Experience | Web | Google Developers") We want...
We should set theme color/image for each stream. It will be improved recognizable between GHE and GitHub and private.
GItHub `c`
We should use yarn workspace instead of strange monorepo. - https://github.com/textlint/textlint-app/tree/master/packages https://github.com/textlint/textlint-app/blob/f22fdb26bb2a65e73bf73d30781da303a28040be/package.json#L149-L151 Also, app it-self should be a pacakge.
Currently, "Working Directory" is always reset by launch. We should keept it permanetly.
CodeMirror/textlint block main thread?
Currently suport only markdown. https://github.com/textlint/textlint-app/blob/47956b58c8be3ebef6939591d957b7c2eacb02c8/src/renderer/components/project/TextlintEditor/TextlintEditor.js
Linux build is not found ffter adding `build --x64 --ia32` option.
From https://github.com/textlint-ja/textlint-rule-max-ten/pull/16#issuecomment-991891587 Currently, `getToknizer` just return kuromoji.js object. Instead of it, we want to wrap the `tokenize` and `tokenizeSentence` with LRU cache. cc @k-tahiro