Results 99 comments of Adi

You can improve this PR by adding a catch handler to the bin file. Should look like this: ```diff require('./index.js') .check(input) .then(result => { const relative = path.relative(process.cwd(), input); if...

Ran into this as well. Nasty bug. Anyone find a workaround? Edit: Found a workaround. I configured `markdown-loader` with `vue.config.js` and injected markdown through `v-html`. Now it works fine. :)

@samcampisi See: https://github.com/adi518/vue-facebook-login-component/blob/master/packages/docs/vue.config.js

Will this get approved at some point?

Ridiculous error. It renders the feature branch feature almost useless. These don't work: * `e2e` * `foo-bar`

I'll submit one later today, thanks.

@jimmywarting What does it have to do with TS? the library build is always JS output.

Can we apply this filter per hotkey? because it seems to be global only atm.

I couldn't find such API as well, so I made a small wrapper around this library where I can store a hotkey before passing it to the library, which means...

I simply created a `Hotkeys` class that yields an instance, where each instance is basically a `scope`, and I use a map to define a key before passing it to...