apexo

Results 8 issues of apexo

This is kind of a feature request / question. Currently (dat v13.11.4) dat does not seem to sync mtime. Is there an inherent design limitation or another reason why this...

running the provided samples via ``` python doctest-runner.py doc.documents.py 127.0.0.1 1982 ``` results in an exception: ``` File "doc.documents.py", line 17, in doc.documents.py Failed example: c.put('profiles', 'jsmith1', {'profile': Document({"name": "John...

https://github.com/pabigot/pyxb/blob/14737c23a125fd12c954823ad64fc4497816fae3/pyxb/binding/basis.py#L1295-L1296 Because in `__new__` the first argument is actually the class (of which an instance is to be constructed), so if we actually want this message to be helpful, it...

I have a schema like this (simplified): ``` ``` With the generated binding (pyxb 1.2.4), I can now instantiate Test(A="0", B=""), but I cannot instantiate Test(A="1"), this fails with: ```...

… and this is probably not by design. Any suggestions for colors?

Here are some simplifications to the server code for your consideration. Those struck me as kind of odd while browsing through the code.

- try to avoid builtin identifiers (like id, file) as variable names - try to avoid bare except - refactor the logic that deals with opening sqlite3 vs. bare passwd-like...

1) zeep version 3.2.0 2) WSDL: https://gist.github.com/apexo/f1ffbbb37764032bebb1936c3e8e8c25 3) Script: https://gist.github.com/apexo/372f69deee0a132458d506e78e8bea3d So I have a WSDL with a request that contains an optional repeatable element \ (minOccurs=0, maxOccours=unbounded) that is wrapped...