Tierney Cyren

Results 446 comments of Tierney Cyren

Yup, I've seen this before. It really depends on the width of your terminal. We could theoretically split up the title if it exceeds a certain number of characters 🤔

@ItamarShDev feel free to take a stab at whatever you think would work! My thoughts: - We add custom padding + a string that total 19 characters when the title...

Theoretically, yes. Practically, I'm not certain. Emitting a warning and preventing the process from crashing in `libgfi` would be ideal, instead returning an error object. Then, catching and pretty printing...

Since I've changed https://github.com/bnb/good-first-issue/pull/40 to 0.16.0, I'm also going to change this to 0.16.0 👍

Updated the milestone to reflect the status of #40 👍

@dopecodez feel free to create an issue/PR in libgfi! :)

Looks like this specific issue can be solved relatively easily – the Firefox debugger changed repos and good-first-issue labels, apparently. That said, we should handle this case in the future!

@hemal7735 would you like to try to modernize this PR? Happy address if it's still relevant with the changes to master.

We're now using Jest! Some needed tests: - `good-first-issue -o` exits appropriately - `log` returns a properly formatted output without any `undefined` (the repo name is especially tricky!) - `require('good-first-issue')...