DamienGR

Results 5 comments of DamienGR

Thank you ! I spent few hours trying to make the price field works and could not understand why it worked for other compound fields (like address field). The base...

I tested PR #455 from @Julien-Delavisse and can confirm it fixes the async function issue for our FastAPI codebase. ## Minimal Reproducible Example Here's a minimal example that demonstrates the...

@Julien-Delavisse Thanks for testing! I apologize - I tried to create several minimal reproducible examples but none of them reproduce the issue. The problem persists in our real codebase but...

## Minimal Reproducible Example Found! I've isolated the issue. The root cause is that `asyncio.iscoroutinefunction()` returns `False` for trampolined async functions. ### The Core Problem **Original code:** ```python async def...