Ivan Trusov
Ivan Trusov
hi @Squaess , thanks a lot for opening the issue. I'll try to repo and see what causes it.
hi @Stefanos-Arampatzis , could you please provide the section of the deployment file where this file is referenced`src/jobs/add_on_products/add_on_chanel/chanel_AT.py`?
hi @Stefanos-Arampatzis , unfortunately I cannot reproduce this issue in any of the local setups. Is it still an issue you're running into?
hi @Sirorezka , thanks a lot for reporting the issue. @matthayes could you please take a look?
hi @CarlaFernandez could you please check with the latest version of `dbx`?
you're using a wrong configuration structure in the `.dbx/project.json` file. Please take a look at the correct one as per docs - does it fit your structure? ![Screenshot 2022-11-30 at...
I have the same issue with Python 3.10. Any advisory on how to fix this?
I have the same issue with 9.5.0 version too. My setup is the following: 1. Hardware - Arduino Nano 33 BLE - MacBook Pro, 2018 - Arduino connector that comes...
Adding a bit more color to this issue. The message `Check your email for the confirmation link.` pops up if a signUp email exists in the `users` table, but is...
On top of the problem, the `mcp.resource` doesn't work in case when function has a `ctx` parameter: ``` mcp = FastMCP("Resonanz") @mcp.resource("system://status") async def get_system_status(ctx: Context) -> dict: """Checks system...