Rick van Hattem
Rick van Hattem
Similar to #112, this pull request fixes pep8 and pyflakes compliance for all plugins starting with A
Making all code fully pep8 compatible will be a lot more work but this is at least a start. I'll create an additional pull request for an autopep8 run. Not...
Perhaps this is something that's already supported somehow or I'm just not getting how to configure it correctly... but I can't find a way to connect to a remote server...
Perhaps this is something that's already supported somehow or I'm just not getting how to configure it correctly... but I can't find a way to connect to a remote server...
The Digital Ocean API isn't fast enough (consistently in my case). When attaching a volume the library checks for the action in the API too fast so DO returns a...
Perhaps it's something that only irks me, but I find that this syntax quickly becomes readable after the function goes beyond a few lines: ```python def publish_this(self, request, obj): publish_obj(obj)...
Whenever this `ModelAdmin` mixin is enabled (depending on the order) either the action buttons for this project or the buttons for [django-reversion](https://github.com/etianen/django-reversion) don't show up. I think creating a custom...
When manually trying to start aria I get: ```bash /bin/bash: line 0: exec: -D: invalid option exec: usage: exec [-cl] [-a name] file [redirection ...] ``` I'm guessing it's an...
The `path` argument now only takes 1 argument, it would be useful to support a bunch so you can do something like this: ``` pyment *.py ```
When updating to Appium Desktop 1.14.x or 1.15.x (got the 1.15.0 update notification today which triggered me to update) my Appium completely stops working. Downgrading to 1.13.0 immediately fixes it....