azu
azu
It is just idea 💡 We can provide migration tool from GitBook. We can provide this migration tool as separated package. ``` $ npx honkit-migrate-from-gitbook ``` This help you to...
```yaml --- titile: "page title" --- ``` do reflect to ``. It is reasonble, I think. Currently, It is just page variable.
According my profile, a bottoleneck of `honkit build` is nunjucks render #37 worker_thread issue is for that. I've notices that honkit pass `noCache: true` to nunjucks. Is it really? (Need...
`honkit build` bottleneck is template rendering. https://github.com/honkit/honkit/tree/3de1998203e58cad4c646a678d11cb47645ffbbc/packages/githon/lib/templating [Worker Threads](https://nodejs.org/api/worker_threads.html) make honkit fast?
- Stability - Maintenanceability - Durty hacks but extensiblity GitHon not aim to get cool features, I think.
Currently, This project used my rough sketch  https://www.figma.com/file/gOGzd8OgSLMj2P43sH9lBG/HonKit?node-id=0%3A1 This is related with concept #12 We need to improve this design.
We want to remove Q wrappper. https://github.com/azu/githon/blob/master/packages/githon/lib/utils/promise.js We should use Promise instead of Q. ## Pros - Async Function compatibility - Less code base - Performance ## Cons - Refactoring...
I want to get "X-OAuth-Scopes" value for validating the `scopes` of the GitHub token. But, octokat's response doesn't includes `scopes`. - https://github.com/philschatz/octokat.js/blob/b00d53491569283b388c4262b255743b69af0230/src/requester.js#L94-L113 I can get this value via hidden `emitter`...
This is demo issue that includes all labales!