TristanWright

Results 48 comments of TristanWright

Running tests through Karma with Jasmine and expect. The examples in the test/ folder were really helpful in formulating them. Using faux-jax to intercept client calls but there have been...

**NB**: With expect + jasmine we're passing our own [`done()`](https://github.com/Kitware/HPCCloud/blob/master/test/helpers/complete.js) function which calls `done.fail()`. Otherwise, with just `done()` the test will slip through.

You could use `text-overflow: ellipsis;` in combination with some tooltip or just a `title` attribute. https://codepen.io/tristaaan/pen/VKvvoX?editors=1100

+1, what's going on here? edit: I used Firefox's debugger which pointed to the actual error and I was able to resolve this problem. It's still strange that Chrome doesn't...

wait... ``` (girder)elysium:HPCCloud-deploy tristan$ ansible --version ansible 1.9.4 ``` why would I keep getting this after ``` sudo pip install --upgrade ansible==2.1 ```

it was falling back on an ansible version I had in /usr/bin/python instead of virtualenv's x_X closing

Different message now: ``` {"failed": true, "msg": "Failed to set permissions on the temporary files Ansible needs to create when becoming an unprivileged user. For information on working around this,...

``` ... PLAY [Common configuration] **************************************************** TASK [setup] ******************************************************************* fatal: [hpccloud]: FAILED! => {"failed": true, "msg": "Failed to set permissions on the temporary files Ansible needs to create when becoming...

Tried rebranching from master added `allow_world_readable_tmpfiles: true` to `ansible.extra_vars` with no luck