hinell

Results 152 comments of hinell

Well it would certainly require a separate repot to produce metrics. Thsi would make a lot of efforts for sure. On the other hand, I'm sure it makes little sense...

@Kochise Hi. Russian is here. I've wrоte abоut him оn Wikipediа and requеsted sоme phоtоs оf him from his alleged friend. Checkout AGG article. Thank you. UPD: Nobody responded to...

You can have https://gitter.im/ chat room. It provides github integration and authentication out of the box. Easy to create & remove room. No extra efforts. Many communities use it: TypeScript,...

There is a lot of bugs, quirks and useless things you want to avoid from TS lol. :wink: The first step is to avoid using TS first.

@JSMonk I think it's best to let handle JSX to a well established tools like `babel` via `webpack` or alike and provide only type checks.

I think it would be nice to couple Hegel with: * [JSDoc](/jsdoc/jsdoc) * [TSDoc](/microsoft/tsdoc) (checkout source code for parser/tags) - I think this could be purely optional and supplied with...

@educostadev I used to use `cz` via `.git/hooks/prepare-commit` hook but then I figured a much better way to do that: by using global `git config` to alias `git cz` like...

Lerna should be replaced by some other tool for sure.

Commit may go away in case of squash, so I don't think it's a good feature. You don't need commit when you have tag and new version.