Maxim Filipenko

Results 6 issues of Maxim Filipenko

Hello! What do you think about adding additional SEO data to topics? ![2018-06-12_15-18-38](https://user-images.githubusercontent.com/193254/41289972-131348d0-6e54-11e8-83b9-6c6f9510728e.png) Now description is empty and OG-data missing. Thanks a lot!

Hello! I've spend some time and cannot figure out, how to register custom fields for `apispec` through `aiohttp-apispec` library. Docs about this at `apispec`: https://apispec.readthedocs.io/en/latest/using_plugins.html#custom-fields But `MarshmallowPlugin` created inside `AiohttpApiSpec`...

Address #57

Django supports Jinja2 natively since 1.8. So it may be nice feature to have.

type: feature

Hello! I've met the error when using inline fragments. ## Description Schema: ```graphql type Cat { id: ID! name: String! } type Dog { id: ID! name: String! } union...

bug

Hello! I have the question about `reverse` function. `reverse` have following check: ``` domain = get_domain() if subdomain is not None: domain = '%s.%s' % (subdomain, domain) ``` But if...