Ulrich Petri
Ulrich Petri
I guess a possible solution would be to specify the initial path as an additional kwarg to `serve_content()`. Something like: ``` with sftpserver.serve_content({'a': {'b': 'x'}}, initial_dir="/a"): pass ``` Would that...
Same problem. GitX: Version 0.7.1 (v0.7.1-259-g9dd29f6) git: git version 1.7.2.2
This is definitely needed. Especially being able to tell who and when has added / deleted / enabled / disabled users would be very important.
I wouldn't mind both, but what I'm interested in currently is the latter. If I understand the rrule documentation correctly it should support that with the dtstart argument containing a...
I've been wrapping the `pip wheel` command with `if [[ ${PYBIN} != *"cp26"* ]]; then` to exclude Python 2.6
I'm not sure. It's also quite likely that the faucet is out of göEth. Would need testing.
I can't find the issue but we discussed this at some point in the past. One proposal was to change the API response to always have a predefined structure that...
What for? The previous releases on PyPI and the tags on Github won't go anywhere.
Maybe click’s command chaining could help you here? http://click.palletsprojects.com/en/7.x/commands/#multi-command-pipelines
> Perhaps each file can contain an ever-increasing integer. My biggest wonder is how not to forget incrementing the number. Automation :)