Mentor Palokaj

Results 135 comments of Mentor Palokaj

Is there a way to ignore the type? I'm happy with a status 200 regardless of mime match...

I worked around it by setting: ```js excludedKeywords: [ '.png', '.jpg' ] ``` Which is reasonably elegant. It's a shame that testing image links will not work, but as far...

Does the option take Regex? Making one for a url ending in .whatever would be trivial.

I decided to make a [an npm module](https://www.npmjs.com/package/check-broken-links) to check for links in my tests. While it is super versatile, this package ended up needing to much hacking for my...

Because bcrypt is a hashing algorithm. If you want to learn more about that I suggest googling hashing and salted hashes.

+1 for ES6. It would also make it easier for people like me to contribute more frequently to the repo.

Hey @pedrosanta! It took me a bit longer than I'd hoped to get to this, but this PR should meet the specifications you asked for above. I tested the resulting...

Hello @pedrosanta! You mentioned in my other PR that you had comments about this PR. Could you elaborate so I can implement?