John Vandenberg

Results 965 comments of John Vandenberg

https://github.com/dabapps/django-zen-queries/blob/master/zen_queries/decorators.py is a better approach, allowing per-connection, but that requires hooking into `create_cursor`, which is a bit harder, and diverges from the current approach used for the global readonly code...

I cant comment on py3.7, but I have the tests running on py3.6 and py3.8 at https://build.opensuse.org/package/show/home:jayvdb:django/python-django-db-readonly It appears there is only a single test method, so that doesnt prove...

You would need to enhance `ReadOnlyCursorWrapper.execute`/`executemany` to bail out without the exception. I have seen projects which patch the cursors to make them no-op. https://github.com/raymondbutcher/django-readwrite might also be of interest...

The dependency https://pypi.org/project/stem/ doesnt look right.

Please reserve the name on PyPI before someone else gets it, for good or ill. https://pypi.org/project/uchroma/ = 404

`int8_t was not found in source` looks like a more general problem, possible older version of a header file collection

> clang2py test/data/test-records.c --clang-args="-target i586-linux" When run on i586 machine ``` [ 56s] INFO:codegen:No members for: struct_Anon [ 56s] INFO:codegen:No members for: struct_Anon2 [ 56s] # -*- coding: utf-8 -*-...

Yes, see CI where tests pass on Python 2.7 https://travis-ci.org/trolldbois/ctypeslib There is an earlier ctypeslib, but it hasnt been maintained in about 10 years. It depends on gccxml, which is...

I am seeing this, or something very similar, when using https://github.com/barseghyanartur/django-admin-timeline . It provides `/admin/timeline/` , but I guess it doesnt add it to the admin structure, so django-suit cant...

> Just to note, git-repo is also the name of the repo of Google's repo tool. Note that it is taken on OpenHub as https://www.openhub.net/p/git-repo , but it mostly calls...