Steve Piercy

Results 1203 comments of Steve Piercy

Have you tried a [custom validator](https://docs.pylonsproject.org/projects/colander/en/latest/extending.html#defining-a-new-validator)?

I think the schemes are too different to try to smoosh data URLs into the existing `colander.url` validator. I think a new validator `colander.dataurl`, with documentation of a recipe of...

I think for both bits, a separate PR for each would be good, one for the nit corrections and the other with the new validator and recipe in the docs....

Thorough sounds good to me. The word "data" could appear before or after "URL" depending on the language. I think the plan to insert "data" might add some confusion. Google...

From https://pylonsproject.org/community-support.html > To report security issues with projects under the Pylons Project send email to: [email protected]. If we determine that your report may be a security issue with the...

@RangelReale before this PR can be considered, would you please do the following? 1. The build must pass with 100% test coverage. One line fails. https://travis-ci.org/Pylons/colander/jobs/634377178#L295 2. Sign https://github.com/Pylons/colander/blob/master/CONTRIBUTORS.txt 3....

Coverage is still failing. https://travis-ci.org/Pylons/colander/jobs/634880892 Do you run the tests locally before pushing to ensure coverage is satisfied?

tox is nice, but if you don't want or need to run and test on multiple Python versions, then it is better to just run tests via the test runner...

Indeed, I ran into a similar issue. I had to look in `tox.ini` and parse it out. First set an environment variable `venv` to the path of your virtual environment....

@RangelReale which part do you not understand? It is not tox output, but I figured out the correct sequence of commands that tox issues, although for macos not Windows. I...