latot

Results 244 comments of latot

@LoZack19 Sorry, I was very busy, I was able to check this. Here is a reprex where this happens: ```rust use scraper::Html; use scraper::Selector; fn main() { let html =...

Which would be the actual definition for each one? If we follow the docs, a Element is "An HTML element.", so Text are not element elements. While the relation between...

Hi! thx for the answer. Well, is not ideal change the error type for the error propagation, would be good be able to return the actual one. ```unwrap```, I think...

I agree, this is because there is at least two types of CSS selectors. I one hand, the ones that can be checked at compile time, here ```unwrap``` is good,...

I still does not know much about macros, but it should only accept strings, not variables as inputs, or will cause the error posted above (first post). Maybe after this,...

There is some advantages. 1. The actual Selector works internally with &str which blocks the error propagation, if a macro just uses a static &str would helps with that. 2....

This still happens, install pak with pak seems to work, tested with that docs too.

There is no error installing pak, it works fine, the problem is after that.

tested using what you described, the error persist.

I agree, I'll not say it should works if there is no more repos. But should be a clear stop and message instead the current error.