Pat Thiel
Pat Thiel
cc. @alimakki @CorbanR . Edit: I'll be testing this on Linode and reporting my findings shortly. Edit 2: checked it out and ran into #1801 .. Would be ideal if...
This is my bad, pushing up a fix!
@gregory-hk thanks for posting a workaround! i made a PR that addresses this.
@jdamore-linode tests ran and passed for me locally. Soft approval, as i haven't looked deeply at the code. ☑️
ran into this issue on osx. ran the following to resolve it: `xhost + 127.0.0.1` EDIT: ah, and i had to run with the flag `./docker-wine --as-root` as well
Also, possibly related, just realized one cannot delete users via the CLI. `linode-cli users delete $USERNAME` throws the following: ```bash linode-cli users delete sometestuser13 Traceback (most recent call last): File...
need to add the `OpenAPI` package to requirements, as you noted. regarding the version change, i think given the scope it warrants a minor version bump. There's nothing inherently breaking...
Python2 has reached it's end of life. Thinking we should address this now 🙃
I am also interested in seeing this change merged. I can add a test if needed
Sorry, i meant if you run the example through the version of jasmine (eg. `node_modules/.bin/jasmine /path/to/pending.spec.js`) that is installed via package.json, it properly displays the reason. However, if you run...