Results 179 comments of typicode

It should, you're right. Thanks for creating an issue. However, I have other projects I'd like to work on. So, unfortunately, I don't think I'll fix it soon.

Thanks for your understanding, and really glad it already helped :)

Not sure, but I guess it detects that the terminal aren't capable of rendering the first version and renders the second one. I imagine it's done via an env variable....

Yes, good suggestion. PR welcome.

Hey, I don't think there's a one-size-fits-all solution to this problem. It's a chicken/egg issue. Ideally, if there was a `devPostInstall` hook supported by package managers that would solve the...

Did a quick search in https://github.com/GoogleChrome/puppeteer/blob/v1.10.0/docs/api.md but couldn't find anything. If there is actually, yes, why not, PR welcome :) I wonder also if having screenshots with different height wouldn't...

Closing as there's no plan to implement it inside husky. However I think it could be done with a shell script ``` /.pre-commit/husky . appA/.husky/pre-commit # sources and executes code...

Closing as the fix has been found :+1: PATH can be edited globally or in `~/.huskyrc` btw. `.huskyrc` doesn't require a reload since it's sourced every time a hook is...

Thanks for the PR. However, not all shells are available. In particular on Windows. So this feature could create issues for users. For better or worse, `sh` is one you...