Barry Morrison

Results 12 issues of Barry Morrison

#148 from @rubensayshi but I believe this is rebased off master branch which was prohibiting #148 from being merged. I hope I did this correctly. If not, I apologize for...

Scenario: ``` [host_group1] server[1:9] server11 server[13:20] [host_group2] server[2:5] server[12] ``` It becomes challenging in the above scenario to determine which server is a member of which host group, it'd be...

enhancement

As playbooks/roles grow and documentation becomes a second-class citizen, a valuable lookup tool would be `atk-show-tags` that lists all tags that exist in the playbook/role(s).

enhancement

If I have a lot of tabs open and I want to save them all -- allow me to do so. Or even a list of all tabs with check...

If you're not logged into bmark.us and you attempt to save something, it will return a 403 ``` 403 Forbidden Access was denied to this resource. Invalid Authorization ``` Rather...

``` ✗ gh gist 2995997 https://gist.github.com/2995997: Sublime Text 2 - Useful Shortcuts Traceback (most recent call last): File "/home/bmorriso/.virtualenvs/github-cli/bin/gh", line 8, in load_entry_point('gh-cli==0.1.b', 'console_scripts', 'gh')() File "/home/bmorriso/.virtualenvs/github-cli/local/lib/python2.7/site-packages/gh_cli-0.1.b-py2.7.egg/gh/main.py", line 29, in...

Simply a recommendation to use/teach Celery rather than Cron for the scrape tutorial.

tutorial request

There is the "Django" way, and then there is the "better" way perhaps (better is subjective I realize). Could/Would there be a book to discuss commonly-used/recommended plug-ins? Perhaps something like:...

django-book/en/_build/html/chapter03.html#a-quick-note-about-404-errors Numerous mentions of 404 I wonder if some of this should be tied in? https://docs.djangoproject.com/en/1.4/releases/1.4-alpha-1/#django-conf-urls-defaults https://docs.djangoproject.com/en/dev/howto/error-reporting/#errors https://docs.djangoproject.com/en/1.4/topics/http/urls/#error-handling

New in 1.3 https://docs.djangoproject.com/en/1.3/topics/logging/