Lewis Dimmick

Results 24 comments of Lewis Dimmick

Thanks for taking the time to help me, I thought I'd have to modify the repo to get what I want. Maybe exposing the xpath query in the lib would...

Dont forget, if you're lazy: ControllerAs is just syntactic sugar and you can still inject $scope into your controllers and use this / any plugin as normal. with $scope and...

It doesn't solve your problem fully (caching is more useful) but you could make the best of it by assigning the results to a variable to reuse (psudo code.. Can't...

Resolved by using "password" instead of "webserver" authentication. Credit to @jackson-ben

I'm back to this issue again, authentication is working through browser but not through artisan command. Per the solution that worked last time my `config\firrest.php` is still set to `'authentication'=>'UserPassword',`...

Any time frame on a fix for this? its very annoying having fonts break when building..

> The DOM to get the number of results has changed too. > I applied @OmarMonterrey 's hack: > > ``` > // in vendor/serps/core/src/Core/Http/SearchEngineResponse.php > public function getPageContent() >...

I don't have enough evidence to back this up, but my experiences is: I've manually taken the captcha URL from SERP error results and solved it in my browser and...

That explains why it didn't work for me, thanks for the insight. So any integrations with captcha solves will require CookieJar or similar ?

Can you post the contents of your local composer.json and production composer.json & composer.lock ? On Fri, 5 Oct 2018 at 09:28 Gilles Migliori wrote: > Hi, > > I've...