Results 960 comments of Thomas Grainger

> I'm currently trying to contact you directly on IRC @jezdez and I had a meeting regarding these communication channels and here's a summary: * **the "accident"**: I requested access...

> @graingert Is it possible to merge this to make this nice plugin compatible with Python 3? Sorry I don't own this repo

@eeshangarg we currently use `python-ldap~=2.4` and although we are looking to upgrade we're not yet ready to do so. When installing this testing package we are forced to upgrade to...

this also allows people to test without having `python-ldap` installed at all: ``` import sys import fakeldap sys.modules['ldap'] = fakeldap.ldap ```

this would also allow https://pypi.python.org/pypi/django-unchained to ship a wheel

Maybe you could make that folder on first import? On Sat, 1 Sep 2018, 20:18 Tyler Alden Gubala, wrote: > I need either something similar to this, or the ability...

You can make a bpy package, and move the current module to `bpy/_speedups.pyd` then in `bpy/__init__.py` do all the setup and re-export `bpy._speedups`

> @ahopkins things changed a bit as more and more static metadata stuff is incoming if setuptools_scm wrote to the pep621 version field in a pre-commit hook that would fix...

https://pypi.python.org/pypi/online-schema-change

Yup On 23 May 2017 8:25 am, "Adam Johnson" wrote: > Classic @graingert . Can you give @cenalulu > PyPI access? > > — > You are receiving this because...