Dmitry Dygalo

Results 492 comments of Dmitry Dygalo

Thanks! Yes, I'd like to have Java bindings eventually :) Though, I don't have any concrete timeline for it

I've put some minimal PR in #481. Next, I am going to research more about the ecosystem, provide a way to configure inlining, docs, proper packaging, CI, etc. I'd appreciate...

It appears that missing quotes make `html5ever` parse it this way, or maybe [this implementation](https://github.com/Stranger6667/css-inline/blob/master/css-inline/src/html/parser.rs#L132) can handle such cases, not 100% sure yet.

Right, I see it now! `div` can't be used in `table` as per the HTML spec and I see that e.g. chromium does a similar thing - https://jsfiddle.net/ELzs3/1/ (found that...

Hi! It originally followed the `pytest` design. Displaying multiple endpoints at a time and then updating them will require some rework, but eventually, I'd love to have it this way....

Here is a new look I am going to push soon, it should be exactly what is needed in this issue :) ![Image](https://github.com/user-attachments/assets/e59fb872-8e51-4519-be17-4ce847caf006)

Thank you, @nicolaasuni, for opening this issue and providing so many details! The core problem is that the generated data is of a different type before it is sent over...

@dimitarkovachev Could you, please, share a VCR cassette for such a test run? `--report=vcr` - it contains details what exactly is negated in the test case I assume that it...

I need more time to check all the use cases, so I'd defer the fix a bit - meanwhile, I'll make a quick bugfix release for #2898