Skip to content

Instantly share code, notes, and snippets.

View jonrohan's full-sized avatar

Jon Rohan jonrohan

View GitHub Profile
@jonrohan
jonrohan / gist:992570
Created May 26, 2011 04:48
Sentry Tests Failing
..[%] sentry - ERROR - view exception
Traceback (most recent call last):
File "/home/vagrant/sg/simplegeo.com/lib/python2.6/site-packages/Django-1.2.4-py2.6.egg/django/core/handlers/base.py", line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/vagrant/sg/simplegeo.com/lib/python2.6/site-packages/django_sentry-1.8.4.2-py2.6.egg/sentry/tests/views.py", line 11, in raise_exc
raise Exception(request.GET.get('message', 'view exception'))
Exception: view exception
.EFF....EFFEBad data received
Traceback (most recent call last):
File "/home/vagrant/sg/simplegeo.com/lib/python2.6/site-packages/django_sentry-1.8.4.2-py2.6.egg/sentry/web/views.py", line 405, in store
@jonrohan
jonrohan / index.html
Created June 20, 2011 22:37
This is the description of my gist.
<!DOCTYPE HTML>
<html>
<body>
<div id="map"></div>
<script src="http://polymaps.org/polymaps.min.js?2.5.0"></script>
<script>
var po = org.polymaps;
var map = po.map()
.container(document.getElementById("map").appendChild(po.svg("svg")))
@jonrohan
jonrohan / .gitignore
Created March 5, 2020 00:08 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #