Michał Ociepka

Results 12 issues of Michał Ociepka

Demo for https://github.com/darklow/django-suit/issues/156

It would be nice to have `to_json` method or `to_dict` or json serializer in prices. Now I use: ``` python price = {name: str(value) for name, value in obj._asdict().items()} del...

Currently, Gino is overriding an asyncpg connection host, port, user, password, database settings before passing them to the [connection pool](https://github.com/python-gino/gino/blob/master/src/gino/dialects/asyncpg.py#L247). In addition url params are not passed to the connection...

feature request

At some point in time google replace ISO 3166 province code by full names for China and Russia: https://www.iso.org/obp/ui/#iso:code:3166:CN https://github.com/mirumee/google-i18n-address/blob/master/i18naddress/data/cn.json This is problematic and requires mapping like: ```python CHINA_PROVINCE_MAP =...

Now we can add normal form (ex. credit card form) so `get_hidden_fields` method is useless.

Patch prevents animation start when slide is selected.

I want to merge this change because the `code` field deprecation was done too soon. # Impact None # Pull Request Checklist * [x] Privileged queries and mutations are guarded...

How can I set for instance `images path` or just `path`? Is there command for `scss` available? I am looking some thinks like that: http://dahlia.kr/libsass-python/sassc.html