Jens Tröger

Results 121 comments of Jens Tröger

@dirien oh great, thank you for merging! I look forward to the next release then 🤓

Aya, even worse with 3.4.0 (updating the title of this issue…) > Hey Jen, just lettkng you know that Mac Mojave actually supports a native dark mode using a force...

@dwt, thanks for pointing this out! Also, you might be interested in [Python bug 30717](https://bugs.python.org/issue30717) which I think is related to this…

@stevepiercy PR welcome I assume? 😉 > For the nit, specifically which bit of the documentation would you change? IOW, original text to changed text, to provide some context. [Here](https://docs.pylonsproject.org/projects/colander/en/latest/api.html#colander.url)...

@stevepiercy sounds good. Now that I look a bit more into the Colander code I’m tempted to go from ```python DATA_URL_REGEX = ( # data: (required) r'^data:' # optional mime...

@stevepiercy please see PR https://github.com/Pylons/colander/pull/348

Was there any update on reading or writing [JSON schema](http://json-schema.org/) using Colander?

Thank you @stevepiercy. Any thoughts on the `msg` parameters for the `DataURL` class? And should I add the locales, or not bother for now?

Ok on `msg` and I’ll adjust the code accordingly, similar to how `All` handles multiple failures in a single raised exception: https://github.com/Pylons/colander/blob/a1c525c1f172dc43bd82ba62bcb5521f853a760c/src/colander/__init__.py#L260-L263 Looks like `translationstring` wraps around [`gettext`](https://docs.python.org/3/library/gettext.html) which uses...

Actually, I think the current implementation is somewhat cumbersome because both MIME type and Base64 data will be handled _twice_ — first by the validator, and then again by the...