Titouan

Results 14 comments of Titouan

@alexedwards That's why we provide the mock interface. As we don't require the user to create its own mock, it will not need to implement the heavy struct mock nor...

Also, it doesn't seems that dependencies required for test such as mock will have an impact on the global system: https://github.com/golang/go/issues/26913 Perhaps it will require a build tag though for...

Hy, It is under unit test where I don't even want to know how the session is used. Basically, I have a session package with multiple potential implementation, all those...

Hello. I am trying to serve the dashboard with `uvicorn` and meet error: ``` tasks-dashboard | INFO: 172.18.0.1:44754 - "GET / HTTP/1.1" 500 Internal Server Error tasks-dashboard | ERROR: Exception...

I have a project running with VSCode and Devcontainer where I debug using `debugpy`. I run the program through: ``` - "python" - "-m" - "debugpy" - "--listen" - "0.0.0.0:8001"...

> what/where is `boy.py`? Oups, sry. Thatcher from my on code. Here it you should replace `boy.py with `auctioning_platform/web_app/web_app/app.py` but it would require a Little change in the file as...

Hello and thanks for the quick reply. Then I guess the true issue here is a rename between usual connection string parameters and async connect parameters naming. I guessed it...

Yes, I'll also oppen an issue on their side to remap parameters :) Still, I tried with the `server_settings` keywords instead of options and it is still not working. `server_settings`...

Thanks for the help. I will retry with this and let you know if I manage to make it run :)