Harold Putman

Results 4 comments of Harold Putman

This fix is absolutely necessary to use ImageMagick on Windows. "magick" command is only available in version 7.x of ImageMagick so this should be optional. (maybe imageMagick: true give present...

After further review, I think I prefer individual attributes to using JSON. * In most cases you only want to change one of the messages. * While not uncommon, JSON...

in getErrors you have: ``` var errors = runValidations(field,settings); // Check for custom validations errors = customValidations(field, errors, settings.customValidations, settings); ``` Which always runs all the registered customValidations. That's why...

It is the same for suffixes. They are very domain specific - a healthcare app might need to have RN , LPN, LSW, etc... Would it be too JavaScript-y to...