Tom Leo
Tom Leo
caused `neovim-e` to close and I get the following message `(electron) loadUrl is deprecated. Use loadURL instead.`
do the following: ``` vagrant up vagrant ssh source env/bin/activate cd /vagrant/demo_project/ python manage.py shell from django.contrib.auth.models import User User.objects.all() ``` I suspect that the query will result in zero...
Yes you can! ``` (ENV)tom@tom-ThinkPad-T510 ~/hacking/django-salted $ fab vagrant manage_py:'shell' [[email protected]:2222] Executing task 'manage_py' [[email protected]:2222] run: /home/vagrant/env/bin/python /vagrant/demo_project/manage.py shell [[email protected]:2222] out: /home/vagrant/env/local/lib/python2.7/site-packages/IPython/terminal/embed.py:254: DeprecationWarning: With-statements now directly support multiple context managers...
+1 for AWS instructions
Different versions of grep support different types of escapes. ``` cmd tom@computer:~$ echo '\t' \t tom@computer:~$ echo $'\t' ``` For more info about bash escaping see http://tldp.org/LDP/abs/html/escapingsection.html Grep supports different...
@benko Different versions of bash and grep don't tell the whole story. Below is the output from my computer. I'm not familiar with BSD, but if you look at the...
@benko It's possible the solution list is incomplete, but `grep '\t'` doesn't work in an Ubuntu bash prompt which is what the command line challenge is using.
Here's everything I installed in Pop 20.10 to get this project to compile (likely some duplicates as I installed things by searching for missing files via `apt-file search`, copy-pasta from...
Furthermore if I knew the exact node.js, npm, and OS combo that will work with this repo, I could set this project up in a docker container, without that I'm...
I've run into this same issue, and cannot figure out the origin.