latot

Results 244 comments of latot

I have mixed feeling, I know that should works, but is like too awful for other crates and http api..., is like we should use a generic with an enum...

mm, how the actual selector would works, if we select a Text element? Text elements are not ElementRef.

Hi, sorry for being late, here is an example: ```rust fn main() { use scraper::{Html, Selector}; let html = r#" hi hi2 "#; let document = Html::parse_document(html); let selector =...

yes, also make mandatory specify if is a vector or a raster.

@lnicola I was playing more, and I got the same error with the new version if we add ```-dialect sqlite```...... I'm out of ideas.

the issue seems to be in other place.

will pak replace remotes? I'm thinking that devtools uses remotes instead of pak.

I agree, this would be so helpful, some times there is errors on CI, which are harder to debug due to this.

Thx for the replies. I has been playing a lot with this concept today, and there is ways to on the same crate do it compatible. For example, each coord...

Thx! I think would be nice add this to the docs :)