Tim Perry

Results 1187 comments of Tim Perry

No worries! No desperate hurry, just trying to make sure it doesn't stall. Thanks for the testing tools :smile:

@ztombol any thoughts on this?

I haven't used bats for anything any time recently, so I'm not sure I'm afraid! The only clear difference is that you can assert on things other than command output,...

I was also looking for this, since this is a requirement when generating certificates nowadays, and https://crt.sh/lintcert fails without it. My full code for that extension is a bit simpler...

Is there a reason this hasn't been merged yet? This would be really useful to me.

Nope, for various reasons (this, and some PhantomJS issues that would need me to get PhantomJS 2 working, which seems to be pretty impractical) I've moved to Karma + Chrome...

How many files is too many files? How large is the change overall?

That should still work fine, I've done commits of similar sizes before with no problems. How large are the files overall?

Is that the size of the diff, or the files themselves? Number of lines would be useful too.

Hmm, even that should be fine. What git-confirm actually does is: * For each pattern, for each changed file, get the diff: ``` changes=$(git diff -U999999999 -p --cached --color=always --...