Rob Nagler
Rob Nagler
Thanks. What I want is a universal function that checks its own args or passes it on to another function that checks the args.
Note that it doesn't make sense to have this case fail like it does: ``` def run(*args, **kwargs): pass ``` If the programmer wanted the function to fail for no...
Hi @briancain Thanks for looking at this. In your example, you need to clear the sudo state before starting vagrant: ```sh sudo chmod 600 /etc/exports sudo -k ls -lah /etc/exports...
Here's the debug log: [nagler.log.gz](https://github.com/hashicorp/vagrant/files/2641593/nagler.log.gz) I could not simply `vagrant up fedora` and had to do a vagrant init first. Here's the Vagrantfile: [Vagrantfile.gz](https://github.com/hashicorp/vagrant/files/2641603/Vagrantfile.gz)
Thanks for figuring it out.
Still an issue. This does not work: ```sh vagrant init ubuntu/bionic64 vagrant up vagrant ssh sudo su - apt install python3 python3-dev git curl curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py | sudo -E python3...
My problem was the umask was set incorrectly. The above instructions do work.
I would like to add that this is confusing when you restart your server, e.g. if a new image is available. The usage is stop followed by a start at...
@JelleZijlstra wrote: > What is the use case? One use case is emacs compilation (noted above) as well as shell mode. There are many other cases where plain text is...
Thanks for the quick response! notebook 5.2.2. I also attached the full pip list. I couldn't find a version in xterm.js, but the md5 is: ```sh 83343775b76ff1f25429f6b63ed5da3a ./lib/python2.7/site-packages/notebook/static/components/xterm.js/dist/xterm.js ``` [pip-list.txt](https://github.com/jupyter/terminado/files/1551778/pip-list.txt)