Yurii Karabas
Yurii Karabas
@peach-lasagna There were multiple discussions and implementation of this feature. PR #1436, #875, and issue #101 they all about this. Basically, I was an author of #1436 and after reading...
@johnthagen Totally agree with you, I faced the same problem when have started working with FastAPI. @tiangolo What do you think about this feature? We can implement this feature fully...
@antonagestam Yes, it's fully backward compatible. I can reopen it, but I am not sure that it will be merged. We should hear the opinion of @tiangolo. More details from...
@tiangolo I have re-opened PR, please, take a look.
Hi @dhait, Could you please provide examples of what you want to achieve?
Hmmm, You can try to use `transformer`: ```py paginate( query, transformer=lambda items: [{**obj, "is_saved": is_saved} for obj, is_saved in items], ) ```
@leosok Both definitions are correct in terms of FastAPI. This feature was added in FastAPI version `0.89.0` and README was written long-long time ago) ```py async def get_conversations_by_session(*, session: Session...
@widal001 I would love it if you could help me with documentation. I feel like there is a lot of functionality that is not covered in the documentation. For instance,...
@Lord-V15 It will be really great, cause I'm not working with Mongo at all(
@widal001 @Lord-V15 Hi guys! Are you still interested in docs improving?)