Results 69 comments of Artem Golubin

@lexborisov To destroy the main parser we only need to call `lxb_html_document_destroy` right? For CSS I do: ``` lxb_selectors_destroy(self.selectors, True) lxb_css_memory_destroy(self.parser.memory, True) lxb_css_parser_destroy(self.parser, True) lxb_css_selectors_destroy(self.css_selectors, True) ``` But not sure...

> Thanks for the reproduction! This is because when Uvicorn loads the file it does so from a thread with an event loop. If you place your calls in a...

Please use spaces between `>` as recommended in CSS specification.

> I understand that. It is still, however, my strong belief that these cases should still be handled by the library, as it is far from everyone that follows best...

Yeah, that's indeed unexpected behavior. I will have a look a bit closer this week. @lexborisov is there a way to fix this? It looks like both modest and lexbor...

I've deployed a new release with updated lexbor backend.

Hi, I can add it but I don't have time to test it right now. So, a working PR would be appreciated.

We already have builds for aarch64 using qemu. Not sure why they don't work on AWS.

We have `.iter()`. Does it do what you would expect?

The development of lexbor have resumed recently. Personally, I still use Modest.