Roberto Prevato

Results 135 comments of Roberto Prevato

@agronick is right. The async example is wrong and misleading for less experienced developers. And I agree with @urbanonymous that it's best using the API directly. I prepared an example...

I don't think that removing the async example is a good idea. It would be best to acknowledge that currently the SDK does not support async and offer an example...

Hi @eo33 Thank you for opening the issue and providing an example. I take a look when I get a free moment.

Hi @wrobell Thank you for reporting this issue. I don't have time right now to look into this. I would debug to see what's happening exactly as another kind of...

Hi @ohait and @thomafred Sorry for replying one year late! I needed to take a long break from GitHub activities for private reasons. Thank you for helping with this. I...

Hi Wheels for Python 3.13 are included in [blacksheep 2.0.8](https://pypi.org/project/blacksheep/2.0.8/#files). The build pipeline even runs tests with that version of Python as it's included in the matrix.

Reopened for the question regarding linux arm64 wheels.

PRs are welcome to: - Modify the GitHub Workflow to include Linux arm64 wheels, updating the matrix.

You can try installing wheels for Linux arm64 using this alpha release: ```bash pip install blacksheep==2.4.4a2 ``` https://pypi.org/project/blacksheep/2.4.4a2/#files Thanks @bymoye for your contributions!

Thank You for reporting this issue. Could you please share some details about your specification file? I am asking because that portion of code is trying to read the `tags`...