Dmitry Dygalo

Results 491 comments of Dmitry Dygalo

Thank you so much @DanLipsitt for bringing this PR and reporting the issue to Schemathesis! @awtkns thank you for reviewing & approving the changes :) I added a small suggestion...

Also, you got to adjust Python bindings to keep the CI green :) The changes should be similar to the changes you've already made

> For some reason when I open the README.md in my IDE, it only has one line and says "../README.md"... Not sure what that's about I think it happens if...

Hi, sorry for my late reply. Indeed, the underlying machinery does not support XML at the moment, but there is a [workaround](https://github.com/kuchiki-rs/kuchiki/issues/82) we can use to emit proper XML, so...

Hi! Thank you for reporting! :) Interesting feature - implementation-wise it should be relatively straightforward: - Config flag - If enabled, then [insert](https://github.com/Stranger6667/css-inline/blob/master/css-inline/src/lib.rs#L312) collected styles as attributes Though the underlying...

Thank you for :+1: on this :) It is unfortunate that `django-inlinecss` is not actively maintained; it would be nice to have a direct integration there indeed. However, it will...

Or, I'll be happy to review PRs if anyone is willing to contribute this feature :)

I was thinking to have something similar to the Schemathesis's internal test server, so it can be used as a pytest fixture with some configuration (e.g. different schemas for different...

Hi! You’re right, this is not yet supported for that draft. Drafts after 7th are incomplete at the moment

I am planning to finish rewriting in #373 first and then continue with all the missing features/changes from newer drafts. Though, I'd be happy to review any PRs for them...