Jaime Salazar Lahera

Results 10 comments of Jaime Salazar Lahera

That's like the first thing I tried. If I bring in the `sleep(15)` inside the `try` it won't even react to the Ctrl+C. The terminal never stops showing the "Executed...

I think it's more of an issue with your logging of "Executed the bot loop. Now waiting...". Look at this: ![image](https://user-images.githubusercontent.com/18116828/179242848-7d9039b0-b9c7-432d-8acd-690be514ea83.png) After ctrl+c the first time you can see it...

While you're looking into that, would it also make sense to look into the following? When the bot places a sell order, it repeatedly prints out "OPEN SELL order on...":...

> @Nils3311 Social-nets authentication is not API/OpenAPI specific > > to implement it you can use any django app that does it with regular html pages - and then use...

I may have figured it out now (I had spent a couple of days on this before I posted my previous request). Not sure if this is hacky or a...

Thanks for linking to that, it helped me realize that, at least in my case, wrapping the `oauth.google.authorize_redirect()` with `str` does the trick: ``` @app.get("/login/google") async def login_via_google(request: Request): redirect_uri...

Does this mean [this part](http://whitenoise.evans.io/en/stable/django.html#using-compression-algorithms-other-than-gzip) of the docs is also outdated? Do I still need to [enable brotli in whitenoise](http://whitenoise.evans.io/en/stable/django.html#brotli-compression) via `pip install whitenoise[brotli]` or is it all taken care...

I think I solved this. The context was that when running a script on the QPython console, Python 3.2 could see import android but not import paho.mqtt, and 3.6 was...

I tried various different things from that article without success. I'm now having better luck with fastapi-users. El sáb, 15 jul 2023, 13:19, Дмитро Рєзєнков ***@***.***> escribió: > Hello, please...