Tres Seaver

Results 40 comments of Tres Seaver

`charset_normalizer` cannot correctly handle some very normal entries, e.g., an empty JSON response: ```python >>> import charset_normalizer >>> charset_normalizer.detect(b'{}') /home/tseaver/projects/agendaless/Google/src/python-cloud-core/.nox/unit-3-6/lib/python3.6/site-packages/charset_normalizer/api.py:95: UserWarning: Trying to detect encoding from a tiny portion of...

@antolantic there is no PR yet for the work @fangpenlin has done on her fork.

As long as the new classes derive from Invalid (so that code which does 'except Invalid:' still works), I don't see any reason why such a change would be a...

I agree that there is a contradiction: my brain is too fuzzy at the moment to suggest the correction.

Can you update to show the whole traceback?

I cannot see any way to provoke the first traceback with the schema types included in colander. Perhaps there is a type defined in cornice whose `unflatten()` takes an extra...

@hoefling Thanks for the report! I'm not set up to make the `--cythonize` version run easily. Can you add some debugging to `zope.interface.interface.InterfaceClass.__init__` to determine the name(s) / type(s) of...

@Julian Memory eludes me, as well. Perhaps @jimfulton has a notion?

Note that the more modern `@implementer` idiom fails similarly.

Looks to me that they are asking for a couple of things beyond what the community already does: - Keeping the package listing on their site up-to-date. - Marketing their...