Dmitry Dygalo

Results 492 comments of Dmitry Dygalo

Hi @JuroOravec :) > where and how do you match the HTML elements against the CSS selectors? The `css-inline` crate uses the [selectors](https://crates.io/crates/selectors) crate [here](https://github.com/Stranger6667/css-inline/tree/master/css-inline/src/html/selectors). The main things are: -...

`css-inline` author here. If you need any adjustments from the crate side, don't hesitate to tag me :) As performance was mentioned, I am wondering if it would be useful...

Hey, sorry for the delay! First of all, thank you for opening this issue, it has been unaddressed way too long. My inclination is to adjust the API so this...

Hey @jpmckinney Thank you for bringing this up! 1. Good to know this exact use case, I think that exposing resolvers should not be an issue and could be implemented...

@jpmckinney I realized now that both things you mention are available in Python bindings. Custom [retrievers](https://github.com/Stranger6667/jsonschema/tree/master/crates/jsonschema-py#external-references) AND [registries](https://github.com/Stranger6667/jsonschema/tree/master/crates/jsonschema-py#external-references) (they can use retrievers too). Hopefully, it could help in your use...

Sure thing! I’ll try to find time to review it

I'll gather all the improvement ideas about errors in #114 (including the one in the comment above)

@cfsnyder Thanks for opening this! I think most of the functionality is already implemented in the `referencing` subcrate - it resolves all reachable remote references, so bundling could be done...