Rob Coenen

Results 51 comments of Rob Coenen

> try this.you have to remove the nltk from requirements.txt and create a separate nltk.txt file with popular words.hope it works. Correct me if wrong, but ... this only applies...

I am on M1 and its failing to build still

related to this issue I suppose https://github.com/numba/numba/issues/5520

1. Yes I was doing video, hardly any GPU used (I was not expecting any GPU activity on the M1 due to difference in architecture, but on PC it's bog...

Screenshot of what I am getting here. Actually no GPU seems to be used .. or is it? (updated screenshot with Techpower GPU-Z info tool vs MS own Process Monitor)...

Obviously they try to block - but I most definitely have seen this scraper work with some modifications in the config. As per my original comment; it works on *most*...

I have set browser->connect_timeout to 10... then why os cURL reporting a timeout of 60001 milliseconds? Seems the configurable timeout is not passed onto cURL? When mass-scraping sites in aurtomated...

so what does it do with 'https://www.example.com' before it tries to extract $content ? Just ignores it?

Ah ok yes so this works, you need to pass a valid url in as 1st argument but it is further ignored. ` $article_extracted = $goose->extractContent("http://foo/bar", $rawHTMLstr); `

Interesting conversation. An alternative valid approach avoiding the need for play/pause buttons on animations intended for decorative use would be using the `prefers-reduced-motion` media query to prevent decorative animations from...