Draven Johnson

Results 5 issues of Draven Johnson

> copy to OS clipboard (needs reattach-to-user-namespace on macOS, xsel or xclip on Linux) Will this work when I use (*for example macOS), SSH into a remote server running Linux...

enhancement
waiting for feedback
branch available

Using following: ``` compute_api = ComputeAPI(auth_token=secret_key, region='pl-waw-1') compute_api.query().servers.post({'project': org_id, "name": 'test', "commercial_type": "DEV1-M"}) ``` Got: ``` Traceback (most recent call last): File "", line 1, in File "/home/draven/.local/lib/python2.7/site-packages/slumber/__init__.py", line 167,...

``` line 18: E117: Unknown function: airline#parts#define_function line 19: E117: Unknown function: airline#parts#define_function Press ENTER or type command to continue ``` (When Open `vim`) ``` Error detected while processing BufEnter...

Hi There, First of all, thank you so much for this awesome library. We've using your library for years, and everything works fine since Linode still supporting APIv2. However, we...

## Bug Report **Current Behavior** We have an API wrapper, which create instance from the `client.servers.create()`. And it takes: - `location` (random selected from `client.locations.get_all()`) and - `server_types` (fixed value...

question
documentation