Michael Schröder

Results 6 comments of Michael Schröder

This plugin is doing exactly what we need for our project, but because of the unknown future support we need to drop it. Such a shame.

Same problem. I run `page.$$( selector )` and get a bunch of `JSHandle@node` in return. I expected an `ElementHandle`, as defined in the [docs](https://pptr.dev/api/puppeteer.page.__), from which I could then retrieve...

Same problem here using WSL with Ubuntu on a Windows 11 PC.

I am getting this error when I change `Route::group([` to `Route::namespace( 'Auth' )->group([` even though this is what the [documentation suggests](https://laravel.com/docs/master/routing#route-group-namespaces). Full code: Route::namespace( 'Auth' )->group([ 'middleware' => 'api', 'prefix'...

I tried solving it by using this hack: `$( '#my-container' ).zoom({ callback: function() { $( '#my-container' ).trigger( 'mouseenter' ); } });` ...but of course now the image is always zoomed...