azu
azu
We need to add documentation for the integration of commit hooks.
We want to add some code generator package - Error(default) - Warning - Express middleware We going to get monorepo? `@creact-valitor-ts/error`
https://github.com/azu/material-flux/blob/fd08abf7f5af13cad7937aefb7da02111f27d3f5/src/material-context.js#L33-L39 ``` js dispatch(eventKey, ...args) { this.dispatcher.dispatch({ eventKey, args }); this.emit('dispatch', {eventKey, args}); } ``` `eventKey` should be string | Symbol like object's key. if `eventKey` is typeof object, assert...
:thought_balloon: :thought_balloon: (no merge pull request) Write parts as pure JavaScript object.
I'm author of this library. But I have not used this library, because I've created similar library [korefile: File System API for Local/GitHub.](https://github.com/azu/korefile). These are same about using GitHub API,...
``` He said "This is a pen. That is not a pen.". ``` Currently, sentence-splitter parse the text as follows:  We want to support nesting sentences.  - Sentence...
This PR fills these links.
Currenltly, `checkCodeComment` only support JavaScript. Because, It use [@babel/parser](https://babeljs.io/docs/en/babel-parser). We want to support other language.