Jacob Hahn

Results 13 comments of Jacob Hahn

Seems very useful, I support adding this functionality

This happens on my Mac with an M1 Max. I created a new bottle with a fresh install of Steam and BeamNG, using Whisky 2.3.2.

For now a viable workaround is to create a class to hold the Iterable: ``` class User(BaseModel): name: str age: int class Users(BaseModel): users: List[User] # Instead of response_model =...