Dmitry Dygalo

Results 492 comments of Dmitry Dygalo

Indeed, a combination of `new_episodes` record mode and custom `default_cassette_name` should work, and unique requests (according to used matchers) will be written in the same cassette file. As I remember...

Hey! Sorry for the delay. I think the core reason is how VCR.py mocks `requests`. I assume it doesn't create raw response (from `urllib3`) when it takes response from a...

Hello! Any news on this topic?

What kind of queries is limiting us now or could limit on a larger scale? Have we considered tweaking these queries? Since you mention `INNER JOIN` in this context, I...

> services/resources my service is depending on: > service a > service b > service z because of a yep, it seems like a job for a recursive CTE for...

What is the reason for this change?

Sorry for the delay! Merged :) I'll make a new release soon

Thanks for reporting! Will work on it soon

Indeed, the `vcr_config` fixture should be used for this purpose

Hi @jp707049 Reference resolving is available outside of this PR. This PR will change WHEN the resolving step is going to happen. [Here](https://github.com/Stranger6667/jsonschema-rs#reference-resolving-and-tls) is the relevant README section.