Results 52 issues of Michael

The Django backend has to do this all by itself right now: https://github.com/themartorana/python-postmark/blob/master/postmark/django_backend.py#L58

I'd like to see this and might have the time to work on it. Right now, asyncio seems to be hardcoded into the interface. Are there any plans for how...

Currently Flask-S3 fails when a url_for() call uses relative endpoints, i.e. `url_for('static')`. This fixed it for me.

This is currently based on https://github.com/cyberdelia/metrology/pull/38, but that needn't be the case. There are a couple elements here. First, there is a bug in the existing code. Calling `Metrology.gauge('name', my_gauge_instance)`...

I am struggling a bit with the counter. I am aware that I might not be expressing my thoughts as clearly as I thought, but I am trying to think...

Please consider merging this, or parts of it: - I've imported the history from Google Code (as little there may be). - I've added the build scripts and files from...

There must be ample room for performance improvements here. Rendering a full page is so slow it borders on being unusable.

I am aware of the issues with cleaning up async iterators, PEP 533 and the need for aclosing. However, if a closing is not used, which I overlook frequently, things...

design discussion
docs

The NFT page states: > Since multiple NFTs can be created that reference the same artwork there is n canonical guarantee of uniqueness that an NFT purchased is "authentic" and...