Teal Hobson-Lowther
Teal Hobson-Lowther
I developed this feature for people using bash (which works for MacOS + Linux). I'm not sure how to perform the same effect using windows. My sense is that there...
[This thread here](https://rubytalk.org/t/dev-tty-in-windows/19140/3) suggests using `file.open('CON')` or `file.open('CON:')` as an alternative.
@sadsa I'll give it a shot. As you know (because you had to follow the instructions in the README), the method of enforcement for commitizen commit messages uses Husky. Husky...
@neilime interesting solution. The next obvious step would be to make one command (to place in the `prepare-commit-msg` hook) that does the following: * check if the person running `git...
I now have access to a windows computer to test this out and work on a solution. First observations are that this works with both WSL (as @sadsa and @nico1988...
This is a pretty common issue when using packages that aren't updated for React 16. React took out the createClass function in version 16. You can get the code to...