Dmitry Dygalo

Results 492 comments of Dmitry Dygalo

Thanks for opening! It looks like an error in spec autodetection (it does a POST request for GraphQL APIs). What is the command you are using? it could happen that...

Assuming that this is the first logged response, there could be some network issue that is not handled correctly so schemathesis tries to load the schema as GraphQL. I'll change...

I believe that the bug was [here](https://github.com/schemathesis/schemathesis/pull/3038/files#diff-932d42f839c53295f859740f5edd49e2051f4fade131e75c081c011a3609b1a0L285) and is now fixed in 4.1.0. Feel free to reopen this issue if it occurs again

Hi Zac, I do! :) [Here](https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/src/hypothesis/core.py#L480). `bits` is used only in `except` branches but uses `nicerepr` unconditionally. In [this case](https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/src/hypothesis/core.py#L867), maybe, call `repr_call` only if `xfail_example_reprs` are not empty? To...

This is super useful indeed, and I would be happy to have a mechanism to improve error messages for such cases (personally I saw a lot of opaque error messages...

Hi @orbitz @kprzybyla submitted #772 - please, take a look to see if it would be sufficient for you. It looks really nice to me, but having more details about...

`css-inline` author here. Let me know if you need any adjustments on the `css-inline` side to make it work better for you. Also, would the `inline_fragment` function be helpful in...