Pavel Khorikov

Results 10 issues of Pavel Khorikov

Hi There is already some related topics like #876 I am trying to use this method, but I ran into a problem with exception formatting. I want to see the...

question

Hello! I had a need to write a bot for use inside a rocket chat. BUT the usual api does not allow using buttons to implement navigation. I researched existing...

Originally I created a pull request for one extension for my needs However, since then I have added a lot of new things, so feel free to look, try, write...

I just found it a problem for me Please check ongoing fixes

## What are the steps to reproduce this issue? Shema entity example ```yaml LegalEntity: type: object properties: id: type: string format: uuid readOnly: true created_at: type: string format: date-time readOnly:...

zod

The library has a check `can_refresh_access_token` inside which `isinstance(self.scope, (list, tuple))` is checked Otherwise the access token is not refreshed and fails with an error It would be better if...

Hello! Is there anywhere to get OpenApi json file to generate a custom client? For example to use with typed models for requests and do not type parameters as dicts...

This currently only supports the first level of keys However, it really begs to be recursive. https://github.com/kevin1024/vcrpy/blob/d50f3385a6828280def801ac7f544fe04a37e39c/vcr/filters.py#L100 I'm leaving it just in case, I don't have time to make a...