Daniel Minukhin

Results 5 comments of Daniel Minukhin

Here's the [line](https://github.com/duydao/Text-Pastry/blob/master/text_pastry_addons.py#L49) where this happens. I have no idea why this is needed, but since the author ignores the issue, here's a quick dirty fix: 0. Install [PackageResourceViewer](https://packagecontrol.io/packages/PackageResourceViewer) sublime...

@ale-rd 's solution worked, and it's still possible to add custom error responses by specifying `@ApiResponse` for specific endpoints, but you still have to register your custom error models in...

@phuongduyphan I hope you won't mind that I'm not creating a new issue for this (because I can't test it fully now): It seems, that `Project` definition in docs is...

Hey is there a workaround for cascade FK definition now while this fix is being investigated? 😊 UPD, probably something like this: ```python from sqlmodel import Field, SQLModel, create_engine from...