Satoru SATOH

Results 46 comments of Satoru SATOH

To avoid unnecessary confusion, I update the title and description of this issue.

Thanks for your feedback and questions. You're right that some of the plugins are not up-to-date with anyconfig itself, sorry. I've been wanting to fix them but I didn't have...

- [x] configobj: Fix for ssato/python-anyconfig-configobj-backend#1 should resolve this. - [x] ion: Fix for ssato/python-anyconfig-ion-backend#1 should resolve this. - [x] msgpack: https://github.com/ssato/python-anyconfig-msgpack-backend/releases/tag/RELEASE_0.2.0 - [x] bson: https://github.com/ssato/python-anyconfig-bson-backend/releases/tag/RELEASE_0.2.0 - [x] cbor: https://github.com/ssato/python-anyconfig-cbor-backend/releases/tag/RELEASE_0.2.0...

I think that these plugins now works with the latest anyconfig. Could you please check them?

Thanks for your update info. Could you please report that issue to https://github.com/ssato/python-anyconfig-msgpack-backend instead of this project?

Pattern 2, 6 and 7 looks OK (although key for texts are not '#text' but '@text' by default) from the beginning, and now pattern 1 and 5 becomes OK by...

I was wrong that 6 is not OK, however, I suspect that it might bring unwanted side effects. The commit d42428b brings minor updates: ```python In [2]: xml_s = """...

Thanks a lot for your report! I'll look into the issue this weekend.

Thanks for the report! > For now the validate() method returns only the first encountered error. I would like to know > if we can get all, in a dict...

I think that a couple of commits like 518d7bc improve the following: > > Also, I noticed that the doc here https://github.com/ssato/python-anyconfig/blob/master/anyconfig/schema.py#L45 is not up to date. safe is not...