Michael Stramel

Results 173 comments of Michael Stramel

The `validateMessage` function is called from GIT on the `commit-msg` hook. Implementing this can be done manually or automatically. Manually: After installing this package (`npm install angular-precommit` or `npm install`...

Seems like this is likely limited by https://github.com/microsoft/TypeScript/issues/38638 `*?raw` could be added but it would not match anything past the `?raw`

I'm wondering if there would be a way to wildcard match the attribute and strip off the `ng:`, `ng-`, `ng_` and everything before the `ng`. That would cover all cases...

I agree, it would be good to get this out.

@ramonvictor Thoughts? Using the [Cheerio Plugins](https://github.com/cheeriojs/cheerio#plugins) to create a different find method that strips the prefixes.

@strothj Using the `@storybook/addon-info` plugin for documentation. (https://github.com/storybooks/storybook/tree/master/addons/info) Hooks are relatively unsupported AFAICT. Mostly just creating wrapping components in the story currently. The docs were still visible though.

@strothj here is the story and hook https://gist.github.com/stramel/96aac465ed0fffba9cd2056ec8cd7580 **UPDATE:** Updated with my storybook config too. This is based on a Typescript CRA project

This is considered an anti-pattern. Not sure they will want to implement it. https://www.paulirish.com/2010/the-protocol-relative-url/

Looks like you fixed dependencies, which have been updated in master already but the devDependencies were missed.