Results 79 comments of Artem Golubin

> Btw, @rushter, what do you think about having these features defined in selectolax? I can have a go at it. > > I also noticed the suggestion for `new_tag("th")`...

Replace is now used. It will be available in the next release.

I had the same problem, `harper-ls` should be included to the list of language servers.

It's not supported currently

As a workaround, you can use the following code: ``` LexborHTMLParser("

What's the best place to put it? I think the majority of the methods are called once. Adding a decorator adds very significant overhead for Cython-optimized methods.

I would postpone deprecating Python 3.9, because it's still heavily used. It does not require any extra effort for us to maintain it.

We can't really use a decorator. We can only add a warning when importing an old module. Some people call the parser millions of times, and that would result in...