acdha (Chris Adams)

Name
Chris Adams
Email
Website/Blog
http://chris.improbable.org/
Company
CACI Inc. / Library of Congress
Location
Washington, DC
Member Since
Jan 14, 2009 (about 1 year)

Following 120 coders and watching 267 repositories view all →

Public Repositories (41)

Public Activity feed

acdha pushed to master at acdha/django-test-utils Wed Jul 28 11:59:16 -0700 2010
  • 4571d1b
    Merge branch 'master' of http://github.com/ericholscher/django...
  • 12f774a
    Added --reverse option for following back relations
acdha pushed to master at acdha/arecibo Fri Jul 23 07:38:12 -0700 2010
acdha pushed to master at acdha/pysolr Fri Jul 23 07:03:21 -0700 2010
  • eccbf78
    Merge branch 'master' of http://github.com/toastdriven/pysolr
  • 80ad7b7
    Fixed the case where the data being converted would be clean u...
  • b25d897
    Fixed the long URL support to correctly deal with sequences.
acdha pushed to master at acdha/django-extensions Thu Jul 22 13:50:37 -0700 2010
  • e754185
    Merge branch 'master' of http://github.com/django-extensions/d...
  • be3ee0a
    Remove bogus semicolons, thanks justinlilly
  • 7506644
    Resolve issue #17: omit tests if keyczar is not installed
acdha pushed to master at acdha/django-extensions Thu Jul 22 13:19:45 -0700 2010
  • 354d151
    Merge branch 'master' of http://github.com/django-extensions/d...
  • 549662c
    Add verbosity options
  • f6cd367
    Removed mysql settings added last time, postgresql: removed ta...
  • 6 more commits »
acdha pushed to master at acdha/homebrew Thu Jul 22 08:01:55 -0700 2010
acdha commented on toastdriven/pysolr Thu Jul 22 07:14:20 -0700 2010
Comment in bd29cf0:

This causes a bunch of errors for me - it looks like errors='replace' actually changes the behaviour of unicode() substantially: it dies with a string which is already Unicode ("TypeError: decoding Unicode is not supported") and non-string values fail (e.g. integers will raise "TypeError: coercing to Unicode: need string or buffer, int found") - this behaviour really feels like a Python stdlib design flaw.

The closest I've been able to get to this working is acdha/pysolr@0389563 which only uses errors='replace' with non-unicode strings:

    elif isinstance(value, str):
        value = unicode(value, errors="replace")
    else:
        value = unicode(value)
acdha pushed to master at acdha/pysolr Thu Jul 22 07:12:29 -0700 2010
  • 0389563
    Fix for unicode(errors='replace') usage
acdha pushed to master at acdha/pysolr Thu Jul 22 06:46:15 -0700 2010
  • 45f5ec1
    Whitespace cleanup
  • 90803d6
    Merge branch 'master' of http://github.com/toastdriven/pysolr
  • 2c0061d
    Fixed a bug where additional parameters could cause the URL to...
  • 4 more commits »
acdha started watching simonw/django-redis-monitor Wed Jul 21 10:46:30 -0700 2010
django-redis-monitor's description:
Request per second / SQLop per second monitoring for Django, using Redis for storage
acdha pushed to master at acdha/django-sugar Wed Jul 21 07:52:17 -0700 2010
  • f668794
    Merge branch 'master' of github.com:acdha/django-sugar
  • e6172dd
    Google Chrome SpeedTracer middleware
acdha pushed to master at acdha/python.tmbundle Tue Jul 20 18:12:50 -0700 2010
  • afe1017
    Merge branch 'master' of git://github.com/textmate/python.tmbu...
  • 8efdd04
    Updated exception list for Python 2.6
  • 1c445a5
    Deprecate the <> operator and add the != operator.
  • 1 more commit »
acdha started watching twilio/stashboard Tue Jul 20 12:02:04 -0700 2010
stashboard's description:
An open-source status dashboard running on App Engine
acdha pushed to master at acdha/django-haystack Tue Jul 20 07:38:43 -0700 2010
  • 5521898
    EmptyQuerySet.facet_counts() won't hit the backend
  • 838f92f
    Forgot to include ghostrocket as submitting a patch on the pre...
  • 3eff34e
    Fixed a serious bug in the ``simple`` backend that would flip ...
acdha pushed to master at acdha/django-test-utils Tue Jul 20 06:12:01 -0700 2010
  • 9a42777
    Merge branch 'master' of http://github.com/ericholscher/django...
  • 8de4e7f
    Fixed testmaker invalid generated tests
  • 19272e9
    fixing the scope of the keys variable
  • 1 more commit »
acdha started watching jtinsky/django-elections Mon Jul 19 06:09:31 -0700 2010
django-elections's description:
Code to parse Election Markup Language (EML) and output it as a CSV
acdha pushed to master at acdha/improbable.org Sun Jul 18 19:54:56 -0700 2010
  • 7eb2420
    Generate well-formed links for social networks
acdha pushed to master at acdha/django-mingus Sun Jul 18 19:52:49 -0700 2010
  • 339c2d1
    Generate well-formed URLs for social media sites
acdha pushed to master at acdha/django-mingus Sun Jul 18 19:44:07 -0700 2010
  • 2755295
    Blog: fix post year archive template typo
acdha pushed to master at acdha/django-mingus Sun Jul 18 19:03:43 -0700 2010
  • 56aac35
    Updated django-google-analytics to use a version with working ...
acdha pushed to master at acdha/improbable.org Sun Jul 18 18:47:43 -0700 2010
  • 00b6bac
    Merge branch 'master' of github.com:acdha/improbable.org
  • 7afb6b6
    base.html: indentation cleanup
  • 71983fa
    Better hack around IE's lack of support for CSS media type que...
  • 2 more commits »
acdha pushed to master at acdha/django-google-analytics Sun Jul 18 14:47:53 -0700 2010
  • b06fc59
    Fixed async template JS to use a proper closure
acdha pushed to master at acdha/django-sugar Sun Jul 18 14:34:42 -0700 2010
  • b0661c6
    Merge branch 'master' of github.com:acdha/django-sugar
  • 3be6b37
    Fixed docstring typo
acdha pushed to master at acdha/improbable.org Sun Jul 18 14:25:49 -0700 2010
acdha pushed to master at acdha/improbable.org Sun Jul 18 14:20:41 -0700 2010
  • 4a4c56e
    Fixed yuicompressor-stripped semicolon
acdha pushed to master at acdha/django-mingus Sun Jul 18 14:16:33 -0700 2010
  • 562fa28
    Updated login template to handle Django 1.2 crsf token
acdha pushed to master at acdha/improbable.org Sun Jul 18 14:09:31 -0700 2010
  • ce7f7a9
    Updated permissions for media files
  • 22f9211
    WSGI: updated settings module to reflect imp_settings refactor
acdha pushed to master at acdha/django-mingus Sun Jul 18 13:58:39 -0700 2010
  • 666932f
    Packaging: include data files (media, templates, etc.)
acdha pushed to master at acdha/django-mingus Sun Jul 18 13:48:12 -0700 2010
  • b0fd382
    Removed debug_toolbar from default environment
acdha pushed to master at acdha/improbable.org Sun Jul 18 13:32:10 -0700 2010
  • 53fb547
    Updated .gitignore to handle virtualenv deployment
acdha pushed to master at acdha/improbable.org Sun Jul 18 13:30:40 -0700 2010
acdha pushed to master at acdha/django-mingus Sun Jul 18 13:27:24 -0700 2010
  • 51c369f
    BeautifulSoup 3.0.8 is no longer on PyPI; updated requirement ...
acdha pushed to master at acdha/improbable.org Sun Jul 18 13:16:22 -0700 2010
acdha pushed to master at acdha/django-mingus Sun Jul 18 13:06:32 -0700 2010
  • 777b947
    Bugfox: tagged_get_related could show unpublished items
  • 3a522df
    home_list: select_related on Proxy content_type