karolyjozsa

Results 2 issues of karolyjozsa

**Bug Description:** ``` >>> validate({"d":-2}, {"d":[rules.Integer(), rules.Min(1)]}, return_info=True) (False, {}, {'d': {'Min': 'Expected Maximum: 1, Got: -2'}}) ``` The validation correctly fails, also the error message correctly indicates that the...

bug

The https://github.com/cztomczak/cefpython/blob/master/api/DownloadHandler.md#downloadhandler API docs say: "_OnBeforeDownload and OnDownloadUpdated may be exposed to CEF Python in the future_". Without this, avoiding the "Save As" dialogue is not easy, if possible at...

next release