Dan
Dan
I was `dd()`ing the $options variable in `\vendor\ps\image-optimizer\src\ImageOptimizer\OptimizerFactory.php`, and it wasn't getting set. This was unless I removed the `$this->app->singleton()` wrapper from the `approached/laravel-image-optimizer/blob/master/src/ServiceProvider.php` construct, and it seemed to work...
Same issue. For me, it appears that it's kind of de-duplicating proxies based off the host and port. So if they're the same, they remain unchecked and only one is...
Getting this on a Laravel 8 project, running `npm i` on a Linux machine. ``` ERROR in ./node_modules/vue-autonumeric/dist/vue-autonumeric.min.js 1:82-104 Module not found: Error: Can't resolve 'AutoNumeric' in '/home/stagingportal/node_modules/vue-autonumeric/dist' ``` Ubuntu...
Laravel 8 requires `guzzlehttp/guzzle` version 7. This package requires version 6. See: https://github.com/oseintow/laravel-shopify/pull/38
Running `htop` on WSL I can see it's my extensions installed locally on the WSL box that are killing my system. Disabling them it runs fine, I'm guessing some of...
Any update on this?
This uses a 32 bit build of node which doesn’t include any debugging tools.
I'd guess they are doing fingerprinting or similar checks. Using Selenium with either Chrome or Firefox I was still able to bypass CloudFlare.
Yep, keep running into this and it's annoying for code chats!
I'd love to see this on homebrew, I don't like seeing releases here I can't get via the App Store!