Amir Reza Mehrbakhsh

Results 35 comments of Amir Reza Mehrbakhsh

Downgrading fixed my problem but now I have 4 vulnerabilities (2 moderate, 1 high, 1 critical) after ``npm install [email protected]`` :)

I think you should use ``-s`` option before each series ``php start.php -s "whats-new-in-vue-3" -s "learn-vue-2-step-by-step" -s "lets-build-a-forum-with-laravel"``

i'm already working to fix this, but having problem with authentication,any idea how should I log in? Non of these approaches works :( ```php $response = $this->client->post(LARACASTS_POST_LOGIN_PATH, [ 'cookies' =>...

I'm going to fix it next day

Besides this problem, Vimeo doesn't return all variations of quality anymore. Rough solution is that to download audio and video separately (using master.json) and try to combine them using [FFmpeg](https://github.com/PHP-FFMpeg/PHP-FFMpeg)....

Currently there is no way to download more than 30 videos per day using Laracasts download link. with [new release](https://github.com/carlosflorencio/laracasts-downloader/pull/140) we use ``DOWNLOAD_SOURCE=vimeo`` to cope with it.

I close this issue because it's old and fixed in newer version

I think this is not the responsibility of payment driver to change unique id of the invoice. It can check if the type is correct or not! Also we need...

Related to https://github.com/carlosflorencio/laracasts-downloader/issues/119