Rob Nagler
Rob Nagler
``` import argh def run(*args, **kwargs): pass parser = argh.ArghParser() parser.add_commands([run]) parser.dispatch() ``` When I run this, I get: ``` $ python x.py run f -f usage: x.py [-h] {run}...
/etc/exports was not readable by world so nfs_prune asked for sudo to read it. The problem is that there were no folders synced in this Vagrantfile. More importantly, sudo is...
I realize that Tornado doesn't support cancelling. I thought I'd document this issue anyway, since it caused [a server hang in our app](https://github.com/radiasoft/sirepo/issues/2346), and was tricky to debug. If the...
README is incorrect: > download the php-mode.el file, place it inside your load-path You also need php-project.el, would be good to include more info as well: download [php-mode.el](https://raw.githubusercontent.com/emacs-php/php-mode/master/php-mode.el) and [php-project.el](https://raw.githubusercontent.com/emacs-php/php-mode/master/php-project.el),...
This line in example2.F is generating the error: ``` fortran call DelPyRefType2(t2) ! Must be added to clean up memory ```
**Describe the bug** jupyterhub.sqlite is world readable, since it is relying on umask. I don't think the file should ever be world writable. Poking around sqlalchemy/sqlite, it seems the only...
Versions: terminado 0.8.1 and jupyter 1.0.0. In radiasoft/jupyter.radiasoft.org#15 you'll see a screenshot of the issue. The terminal goes into underline mode when emacs starts, and stays in underline mode after...
I got the following version conflicts: ```text 1) cornerstone#~0.8.4 which resolved to 0.8.4 and is required by cornerstoneWADOImageLoader#0.7.2, cornerstoneWebImageLoader#0.5.3 2) cornerstone#~0.8.1 which resolved to 0.8.4 and is required by cornerstoneDemo...
Most builds happen in isolation with CI. Tools like ccache are add-ons, not defaults, so builds are reproducible by default. When developing hatch or plugins, it makes sense to have...