Daniel Minukhin

Results 20 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...

In v13 the creds are also present. But my user got banned right after logging in via api. So better create a fake account for these experiments

@Quesstor I didn't even receive any email: - I registered on the website, - confirmed email and phone, - then connected to API `api = EbkClient()` (no errors) - then...

@wadid I didn't try anymore, I resorted to parsing the pages HTML anonymously. But about a year ago that stopped working also: they are blocking your IP if you request...

This is very frustrating! I'm so used to it, please return multiple cursors support!

That's actually a nice idea. Although I'd only allow this with a special flag explicitly specified in the parser object, something like `PyDBML('myfile.dbml', allow_extra=True)`, with `allow_extra` being `False` by default....