Dan Passaro
Dan Passaro
Running the tests as directed in the README fails with an app registry error on Django 1.8. (Sorry for terse report, will try and fill in more details later)
I get this traceback when trying to execute a `Model.objects.count()` with django-pyodbc 0.3.0 and Django 1.8.4. ``` [...]/local/lib/python2.7/site-packages/django_pyodbc/compiler.pyc in _fix_aggregates(self) 116 """ 117 for alias, aggregate in self.query.aggregate_select.items(): --> 118...
Stub bug report until I can reproduce from scratch and add more details... Using ``` SELECT TOP 10 * FROM some_table; ``` where `some_table` has no ntext column shows rows...
I'm getting this error in git bug: ``` $ git bug push Error: unknown error: ERROR: You're using an RSA key with SHA-1, which is no longer allowed. Please use...
I'm working on a hobby project and I'm using clingon for option parsing. I added a custom option type for 2D coordinates so that I can specify an arbitrary spawn...
Just built for the first time and everything worked smoothly, except this bit of the BUILDING.md seems outdated.
Unless I'm really dense, it seems like there's no way to update a bug description from the CLI. It can be done using `git bug termui`, but I mostly use...