Jeffrey James

Results 5 issues of Jeffrey James

Love the library, by the way, thanks! Is there a way for exception handling with `diagnose=True` to work on multi-line statements? If you take the `ZeroDivisionError` shown in the [docs](https://loguru.readthedocs.io/en/stable/resources/recipes.html#customizing-the-formatting-of-exceptions),...

enhancement

## Description See #402 ## Checklist - [ ] Add test cases to all the changes you introduce - [X] Run `./script/format` and `./script/test` locally to ensure this change passes...

waiting-for-review

## Description It would be nice if `cz check` didn't fail for fixup and squash commits, e.g., `git commit --fixup ` or `git commit --squash ` if the commit messages...

type: feature
issue-status: wait-for-implementation

## Description A config option to include an additional question at the end of `cz commit` that displays the DCO and asks if the committer agrees to the DCO and,...

good first issue
type: documentation
type: feature
issue-status: wait-for-implementation

## Description The default value for `change_type_order` uses lower-case "feat", "perf", etc instead of "Feat", "Perf", and is therefore ignored in changelog output ## Steps to reproduce 1. `mkdir /tmp/cztest...

bug