Rob Lindley

Results 3 comments of Rob Lindley

Seeing the same behavior after Go 1.14 update. Email validation is hard - especially around domain based verification. Short of sending and waiting for a bounce back it's not really...

Looks like after iterating the loop starting on line 187 of permutation.go that the 'i' variable is decremented until it becomes -1. It is then used again on line 193...

Ran into this exact same issue after following the README local source build / install. Ended up finding the answer (need to install ffmpeg...) https://stackoverflow.com/a/74658329 on StackOverflow. I'd dare say...