kynnjo

Results 6 issues of kynnjo

This version attempts to ensure that the updating of skrul.com/projects/greasefire/indexes/latest file does not happen unless the preceding steps succeed. I explicitly avoided setting errexit for this, since this is unreliable....

Clicking on the [Update now] button of the Greasefire Preferences dialog fails immediately with the error message: Error updating: status = 0x0 http = 404 FWIW, as of today the...

For example, one can imagine using Python to carry out some transformations on flow cytometry data, but then use other flow cytometry tools to visualize and further process the data....

When I run `starcluster start ` I get the following warning: /home/yrstrly/.virtualenvs/aws/local/lib/python2.7/site-packages/boto/ec2/connection.py:1339: \ UserWarning: The 'launch.group-id' filter now requires a security group id (sg-*) and no \ longer supports filtering...

Right after creating a new cluster, I log in to it with `starcluster sshmaster `, and immediately run the command `apt-get update` (as the very first command after login). The...

I have run all of the following: ``` (setq python-indent-offset 4) (add-to-list 'copilot-indentation-alist '(prog-mode 4)) (add-to-list 'copilot-indentation-alist '(python-mode 4)) (setq-default indent-tabs-mode nil) ``` (My `tab-width` variable is set to 8,...

bug