Nathaniel Palmer

Results 19 comments of Nathaniel Palmer

Here's an example: ``` npx cz [email protected], [email protected] ? Select the type of change that you're committing: feat: A new feature ? What is the scope of this change (e.g....

Ok no problem. The project I work on hasn't adopted commitizen-cli yet but I am planning to add it eventually.

@Nicoss54 Your solution worked for me. When I tried including and excluding "node_modules/cypress" as recommended by @M-jerez the type conflicts went away but then VSCode started complaining about the `experimentalDecorators`...

We use Trello for issue tracking and have the same problem.

I got this error too when I tried to debug `yarn dev` in the [mdn/yari](https://github.com/mdn/yari/) project.

I'm seeing this after updating to 0.10.0. I don't remember encountering this issue before today which is weird because it's such a long-standing issue.

@diminutivesloop I'm already on 0.10.0 and the issue is still present and I don't see any newer version that's been released. I also don't have zsh-syntax-highlighting installed so that wouldn't...

So I was actually able to try the latest version by running `brew install zsh-vi-mode --HEAD`, and from my testing this issue appears to be fixed.

I'm seeing this as well. I have a daily log file that I just append to the beginning of and now when I apply the template for the daily log...

This works in a limited sense already where if you add a suggestion to a line that already has working copy changes it will use the working copy change for...