Stefano

Results 34 comments of Stefano

> It seems as though the socket timeout for establishing a connection is set to 5 seconds with no way of changing it, due to there being no way to...

@cartertinney you can also overwrite the attribute after instantiating the client, as in python there are real private variables ```python mqtt_client = mqtt.Client() mqtt_client._connect_timeout = 1.0 ```

is this going to be merged any time soon?

> The last commit is from Jul 20, 2018, so this project looks abandoned to me. yeah, same fear

> @syrusakbary Since the spec has been updated ([graphql/graphql-spec#267](https://github.com/graphql/graphql-spec/pull/267)) has work begun on adding support for subscriptions in flask-graphql? doesn't seem so

> Anyone else facing this issue ? I am facing exactly the same issue. And it works with same user/pass from CLI

> Hi @babaMar, > > I wasn't able to solve the issue. However, when I wrote the code in Java I was able to run my query. Hence, I had...

Adding in `jupyter_config.py` ``` from subprocess import check_call def pre_spawn_hook(spawner): username = spawner.user.name try: check_call(['useradd', '-ms', '/bin/bash', username]) except Exception as e: print(f'{e}') c.Spawner.pre_spawn_hook = pre_spawn_hook ``` helped for me

Experiencing the same. Upon clicking on "Connect" I see the following error in the browser console: ```javascript Uncaught TypeError: e().authorize() is undefined authorize https://platform.linkedin.com/in.js:18 o https://ethlance.com/js/compiled/app.js?v=1.5.24:3870 C0 https://ethlance.com/js/compiled/app.js?v=1.5.24:3870 e https://ethlance.com/js/compiled/app.js?v=1.5.24:2933...

Hi @roribio, yeah I realized that, when I run ElasticMQ locally it actually returns the correct response tho, that's why I opened this issue.