Samuel Marks

Results 339 comments of Samuel Marks

@sg-s & @RussBaz : Just asked GitHub to relink the repo, and have opened #81 Would welcome your assistance, particularly in getting all the tests to pass on all [maintained]...

Enabled. I think getting all tests to pass is the priority, the next priority is getting it merged into here (and if unsuccessful to continue on my fork).

@RussBaz On 3.10.1 I get 55 tests passing and 27 failing. You can try `python setup.py test` or `python -m unittest`

@RussBaz Hmm… I'm at 53a41936da42bd6c9953a2eafb4747664197d19f on macOS 12.0.1 with Python 3.10.1. Let me try fixing the line you referenced… EDIT: Yep, now getting same as you. Added commit.

I just started working on a new fork: https://github.com/SamuelMarks/enforce Early days, but open to collaborators (just worked on minor fixes, black, and replacing CI with GitHub Actions thus far) [also...

@bridgewaterrobbie @chefcook @ziyaointl - Sure thing! - I've started in #49

@HarisIqbal88 Happy to give this a shot from a new fork, assuming @jiayiliu isn't finishing this one… Still interested in merging one?

Looks like some work has been done on this already: https://pypi.python.org/simple/colander-jsonschema/ ``` # -*- coding: utf-8 -*- import colander import colander.interfaces __version__ = '0.2' class ConversionError(Exception): pass class NoSuchConverter(ConversionError): pass...

Thanks for the design suggestions and offer of support. In the short-term will just hand-write for a few more endpoints as per my client's wishes. Hopefully medium-term will have the...

PS: Slightly offtopic, but I was finally was able to pitch this to my client's representative. Hoping to close the deal on Tuesday. There are three possibilities: 0. [unlikely] My...