Vladimir Keleshev

Results 146 comments of Vladimir Keleshev

1. Oh, why not? I think it would be great to have all docopt implementations in the same place (under one organization). 2. It is not well documented, but the...

1. Oh, don't worry you can select either "watching", "not watching" or "ignoring" for each repository, so it's not a problem. I would really like to see all docopt implementations...

@tokuhirom do you still not want to consider joining the github org? :wink:

@alexchandel what kind of further work does it require? Do you want to do it?

Heroku closed its free tier, that's why. I think the solution is to use a JavaScript port instead and run it without a back-end as a github page, similar to...

Sorry for late reply. Pull request is welcome.

That's true. Thanks for reporting. So far I haven't figured where's the problem.

So apparently docopt doesn't work well when argv is a unicode string. I'm pushing a quick fix to this repo, but I need to think more about if it is...

Check this link out :-) http://try.docopt.org/?doc=Naval+Fate.%0D%0A%0D%0AUsage%3A%0D%0A++naval_fate.py+ship+new+%3Cname%3E...%0D%0A++naval_fate.py+ship+%3Cname%3E+move+%3Cx%3E+%3Cy%3E+%5B--speed%3D%3Ckn%3E%5D%0D%0A++naval_fate.py+ship+shoot+%3Cx%3E+%3Cy%3E%0D%0A++naval_fate.py+mine+%28set%7Cremove%29+%3Cx%3E+%3Cy%3E+%5B--moored%7C--drifting%5D%0D%0A++naval_fate.py+-h+%7C+--help%0D%0A++naval_fate.py+--version%0D%0A%0D%0AOptions%3A%0D%0A++-h+--help+++++Show+this+screen.%0D%0A++--version+++++Show+version.%0D%0A++--speed%3D%3Ckn%3E++Speed+in+knots+%5Bdefault%3A+10%5D.%0D%0A++--moored++++++Moored+%28anchored%29+mine.%0D%0A++--drifting++++Drifting+mine.%0D%0A%0D%0A&argv=ship+new+foo+bar+baz

Nope, the error is in docopt as well: ``` Python 2.7.3 (default, Dec 17 2012, 20:20:42) [GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))] on darwin Type "help", "copyright", "credits" or...