nborisenko
Results
3
issues of
nborisenko
https://github.com/big-data-europe/docker-spark/blob/72aca01f9ebd54aeae69218ba17c88992118c95b/master/master.sh#L3 This will works only in docker env.
Allow to manage tags and branches in bitbucket.org
Fire now try to parse flat args and kwargs, but often this not convenient Example: ``` import fire def test(*args, **kwargs): print(kwargs) print(args) fire.Fire(test) ``` `python main.py arg1 arg2 --kwarg1...