azu
azu
Currenlty, always update with fixable's result. - https://github.com/textlint/textlint/blob/3fba83385fe393c1350ba158a5bb81ba7ac1aa71/src/fixer/textlint-fixer.js#L6-L17 ESLint does the same - https://github.com/eslint/eslint/blob/a73952af6648d33f84525623f242e0614f9bd05e/lib/cli-engine.js#L450 Do we need to change this behavior?
[conventional-changelog](https://github.com/conventional-changelog/conventional-changelog "conventional-changelog") have supported lerna-style package. - [make conventional-changelog play nicely with lerna · Issue #168 · conventional-changelog/conventional-changelog](https://github.com/conventional-changelog/conventional-changelog/issues/168 "make conventional-changelog play nicely with lerna · Issue #168 · conventional-changelog/conventional-changelog") Do...
HonKit does not render with ebook-convert 4.x correctly. This issue would be related to ebook-convert compatibility issue between 3.x and 4.x > The markup needed for header and footer templates...
https://github.com/mbilokonsky/bash-color does not support `NO_COLOR=1` We want to get `NO_COLOR` supports by replacing bashcolor with another package like https://github.com/lukeed/kleur - https://github.com/honkit/honkit/blob/master/packages/honkit/src/utils/logger.ts
We consider to new default theme. Probably, `@honkit/honkit-plugin-theme-default`(current theme) is still existing in the future for compatiblity. We want to opt-in new default theme. It is probably a mechanism that...
[Release v4.0.0 · immutable-js/immutable-js](https://github.com/immutable-js/immutable-js/releases/tag/v4.0.0) immutable-js v4 includes "Better TypeScript and Flow type definitions". It will help us to refactor our codes Related #40
We should creat "Publishing" page on docs. > Publish to GitHub Pages or Netlify, and more. Move https://honkit.netlify.app/faq.html faq to separated page.
https://docsearch.algolia.com/ is awesome search engine. We want to get DocSearch Integration as built-in feature. It will be built-in plugin or theme. Related: https://v2.docusaurus.io/docs/search/
The current ESLint config is for JavaScript. https://github.com/honkit/honkit/blob/e22d85611b47012703ebaba55cf55b7d6f20dd63/package.json#L23 But, we already migrate the codebase to TypeScript in #24 #169 So, the current ESLint does not work. We have two options:...
Reduce usage of [Immutable](https://immutable-js.github.io/immutable-js/) is meaningful. Immutablity is good, but [Immutable.js](https://immutable-js.github.io/immutable-js/) is hard. - [Immutable.js](https://immutable-js.github.io/immutable-js/) block worker thread support #37 - Need to Serialize/Deserialize between immutable.js and JavaScript - [Immutable.js](https://immutable-js.github.io/immutable-js/)...