David Welch

Results 26 comments of David Welch

Hey guys, I'm looking into this now. I definitely don't like that you're having to interrogate the `COMMIT_EDITMSG` outside of commitizen. The regex is especially fragile, notably around the allowed...

@yeegor https://github.com/commitizen/cz-cli/issues/161#issuecomment-199448830

Currently, the conventional commits [specs](https://www.conventionalcommits.org/en/v1.0.0/#specification) require a description in the footer OR you must end your commit type with a "!" (https://www.conventionalcommits.org/en/v1.0.0/#commit-message-with-to-draw-attention-to-breaking-change). Can you provide an example that I can...

Ah, I see now. I know it's not the best solution but if you are using `cz-customizable` you can set the configuration to have `askForBreakingChangeFirst: true` as a workaround. I...

This PR is so old. I'm converting it to a draft until someone has time to look at it and see if it is still valid.

This isn't related, right? https://www.npmjs.com/package/pre-commit

See https://aws.github.io/chalice/topics/packaging.html#rd-party-packages

This works for me: ```javascript mock.get(url, (req) => ( {status: 500, body: {error:'batman'}} )) ``` It would be a good idea to have something in the README, @A

I've been trying to install AFNI version `2011_12_21_1014` and had to make a few changes, including solving this issue. After a bit of trial and error, I ended up with...