Billy Daly
Billy Daly
@uriyyo Thanks for flagging these items! I'll take a closer look at that section of the code base, create the corresponding ticket(s), link them here for awareness, and aim to...
Hey @uriyyo I just created #1147 to track my work on the sections of the documentation you suggested
I had a very similar issue in #9446 and simply removing the `@classmethod` worked for me: ```python class UUIDAuditBase(DeclarativeBase): """Base db model that includes id, created_at, and update_at.""" id: Mapped[UUID]...
@yokurang Yeah sorry I should have commented on the ticket a while ago, but I never got a chance to take this on. Would be great for someone else to...
@uriyyo I created this to reference the work that I'll plan to do related to documentation. Feel free to assign this ticket to me and I'll create a PR that...
@uriyyo Hi yes! Thanks for the nudge. I just started this branch and made an [initial commit that added some TODOs](https://github.com/widal001/fastapi-pagination/blob/3ce378a4261e5c192b9d1a06beca0d9da8e6661f/fastapi_pagination/api.py#L66) where I think some docstrings would be helpful. Beyond...