Jordi Walter Hoock Castro
Jordi Walter Hoock Castro
Model: ``` class ResourceExchangeDocument(Document, ResourceExchange): created_time: float | None = 0 metal_usd_prices: List[Link[MetalUsdPriceDocument]] = [] class Settings: name = "resource_exchange" use_revision = True use_state_management = True ``` Error: ``` data...
I have the following code: ``` class PlanetDocument(Document): created_at: datetime name: str = "Planet" class UserDocument(Document): id: Indexed(str) username: Optional[str] = None planets: List[PlanetDocument] = [] class Settings: name =...
Where are the inputs and outputs? To send and retrieve ?
Would be handy to be able to download the test cases and run them locally without sending them to leetcode, this would increase iteration velocity