Dmitry Dygalo

Results 492 comments of Dmitry Dygalo

Hi! Unfortunately I don’t have much bandwidth to implement it myself, but will be happy to provide guidance and review a PR

Oh, thats problematic right now - I don't think that resolving works just yet, but it will as soon as I'll finish the rewrite. There will be async + blocking...

Thanks! If you have any feedback on the API (current or the next version) & usability, feel free to leave a comment in [this discussion](https://github.com/Stranger6667/jsonschema-rs/discussions/475)

@mgaitan As this plugin looks abandoned, may I suggest you try out [pytest-recording](https://github.com/kiwicom/pytest-recording) instead? It has a fully compatible API with this plugin. We have the `rewrite` record mode, which...

Hi @jherbel It looks very similar to #1745, however, this problem fails with recursion instead of an infinite loop. Not sure if the underlying cause is the same as in...

@dconathan On the Schemathesis side, `0.4.4` is not a hard requirement - I can surely relax it for the next release

Schemathesis uses the `graphql` package for nodes. It is re-exported bia `schemathesis.graphql.nodes`. From the [docs](https://schemathesis.readthedocs.io/en/stable/graphql.html#custom-scalars): ```python from hypothesis import strategies as st import schemathesis from schemathesis.graphql import nodes schemathesis.graphql.scalar("Date", st.dates().map(nodes.String))...

I’ll check it in more detail, the inner structure of GraphQL nodes should be relatively straightforward. Maybe some inner parts should be wrapped too

Hi @navik86 Could you please share some specific reproduction sample?

The traceback is helpful but does not give me a way to reproduce the issue