Agus Marchi
Agus Marchi
Hi, it seems blender 2.8 is not yet supported but it's close in [this PR](https://github.com/bcongdon/bpy_lambda/pull/13) as far as I understand. Wouldn't it be possible to try with blender 2.9 directly?...
Hi! I'm trying to handle SQLAlchemy sessions as a resource provider instead of using FastAPI's built-in `Depends`. Let me share some code: The database class: ```python class Database: """Class to...
I used this endpoint 2 days ago and it was working correctly, but it seems LinkedIn updated their API, and now instead of using the endpoint `/search/blended` they use `/graphql?variables=....`....
Hi! I started using this library and it works great. Excellent job @arthurio ! I just realized that with the latest version of Pydantic V2 the new behavior of optional...
Just added a few lines of code to allow the "declarative" join definition. Another user created a similar PR but doing "magic" or "smart" joins, but I find the declarative...
### Question I’m using a Copilot subscription on OpenCode. Everything works fine, but it seems that the Anthropic models are not able to “see” images. Is this something I can...