Improved error mechanism to be more informative, showing the field that caused the exception
console
$ python -m examples.demo --compute.workers=five
pyrallis.utils.ParsingError: Failed when parsing value='five' into field "<class '__main__.ComputeConfig'>.workers" of type <class 'int'>.
Underlying error: invalid literal for int() with base 10: 'five'