Vladimir Keleshev

Results 146 comments of Vladimir Keleshev

``` python Schema({Optional(int, default=42): Use(str, default='The answer')}) ``` In case of passing `default` to `Optional` I assumed that `default` will only be an argument of `Optional` and no other classes.

@andor44 I'm not sure I follow you. I don't see much difference between `WithDefault(str, 'DEFAULT')` and `Or(str, Default('DEFAULT'))`.

Sorry for late response. I don't really know a good way to accomplish that, but if you have suggestions about how to change API to do that—you are welcome.

Sorry for late response. `{Optional(str): object}` should be possible. In fact `Optional` works only with keys. But I'm not sure I understand the other part of your question.

This breaks Python 3. Please, put some more thought into it. Perhaps, write some tests. Test with at least Python 2.7 and 3.4.

Sorry for late response. I'm not sure I understand your question.

Isn't it a bit of a hack that you check for '8'? Isn't there a more general algorithm?

Anyone volunteers to be a new maintainer?

@postamar please let us know if you are still interested in this project.

Great! 1. Do you want to be part of [docopt organization](https://github.com/docopt)? If yes you can transfer your repo to `docopt/docopt.pl` and I will grant you push access. 2. Are you...