Aron Podrigal
Aron Podrigal
I have also had similar issues. In order to figure out whats going on I added SQL query timing. See #1228 if you wanna apply that patch.
@jpfox156 Can you rebase this?
@andywolk Can you please review this?
@seven1240 can you please review this?
@andywolk can you review this one? Thank you!
looks like `__pydantic_generic_metadata__` has the info ```py from typing import * from pydantic import * T1 = TypeVar('T1') class ABCModel(BaseModel, Generic[T1]): f1: str ABCModel.__pydantic_generic_metadata__ {'origin': None, 'args': (), 'parameters': (~T1,)}...
Great patch
> I have a different patch based on https://github.com/LiosK/uuidv7-h, would you like to compare with this? Yes, can you share?
https://github.com/vuetifyjs/nuxt-module/issues/289