Mahdi Pishguy

Results 148 issues of Mahdi Pishguy

after installing this package and define settings into `app/config.php` and publishing configuration, when i try to run this command: ``` php artisan migrate:fresh ``` i get error after this part...

``` Problem 1 - pragmarx/tracker v4.0.x-dev requires laravel/framework ^5.5 -> found laravel/framework[v5.5.0, ..., 5.8.x-dev] - but it conflicts with your root composer.json require (^8.12.1). - pragmarx/tracker[v4.0.0, ..., v4.0.1] require doctrine/dbal...

is any solution to get downloaded size without start downloading file such percent and downloaded size?

enhancement

when i try to install the package via composer i get this error in console, how can i resolve that? ``` Your requirements could not be resolved to an installable...

when i try to install the latest version of the package i get this error: ``` ng add apollo-angular i Using package manager: npm ‼ Unable to find compatible package....

after clone and install with composer and create new user i get this error when i try to login with created users File: `/Applications/XAMPP/xamppfiles/htdocs/my-api/infrastructure/Auth/LoginProxy.php` Stack trace: ``` Infrastructure\Auth\Exceptions\InvalidCredentialsException in /Applications/XAMPP/xamppfiles/htdocs/my-api/infrastructure/Auth/LoginProxy.php:85...

I'm trying to pause current download on ```onStop``` by this code: @Override protected void onStop() { super.onStop(); Alachiq.getDefaultInstance().pauseDownload(Alachiq.getDefaultInstance().getCurrentDownloadingTaskId()); EventBus.getDefault().unregister(this); } public int getCurrentTask(){ int thisTask = 0; String query =...

FIX BUG: get exception when task size is less than downloadPerTime

how can i set single page such as `https://github.com` after opening browser without get request from user?

is any solution to wrap the library inside whole application like `MaterialApp` instead of define inside each screen and avoid extending that?