Sergey Porivaev

Results 7 comments of Sergey Porivaev

@rudyryk no, peewee's sync queries work fine.

@rudyryk yes, seems so. I'll have a look, thank you!

Hi @jakedt ! Thanks for report, I'll look into it soon. I guess you are right about enabling CORS by default, I'll add an option for it.

Hi @syrusakbary, ``return_promise=True`` solution works fine for me, but if you are looking for inspiration on implementation with ``await`` keyword, you might want to check out Jinja2's way to add...

Hi @davidyapdy! Thanks for sharing your example! Let me know when it's finished and I'll add a reference to it in the readme.

Hi, @marco-lavagnino! Subscription support first needs to be implemented in [core Python GraphQL realization](https://github.com/graphql-python/graphql-core). Unfortunately it's far too behind from origin [JavaScript implementation](https://github.com/graphql/graphql-js) (v0.6.0 and v0.11.3 respectively). The best one...

Thanks, rjbell4! Your method works fine for me. I cloned [karlak's repository](https://github.com/karlak/GMusicFS), installed his version: ``` bash su -c "python setyp.py install" ``` Then discovered my deviceId: ``` bash gmusicfs...