foremtehan

Results 40 issues of foremtehan

Hello there, I'm trying to upgrade laravel version but composer doesnt let me: When i change laravel framework to `^7.0` composer: Conclusion: don't install laravel/framework The other packages have same...

It would be nice if we could had a button that opens a downloaded album folder

feature-request

I noticed, whenever I download a duplicate album(by mistake), it clears the existing files and try to re download them.

bug

I was downloading 100 album and suddenly i lost my internet connection and the app stopped even i re connected, It would be nice there is 'retry' option hence the...

feature-request

I'm using the package with laravel, Why the second argument is required for parameter ? v3: ```php Twitter::getTweet(12345678911, []) ``` Why not just using `Twitter::getTweet(12345678911)`? If this is a laravel...

A song that i downloaded with this repo (Spotify): ![Capture](https://user-images.githubusercontent.com/53290883/71527189-8a408380-28ef-11ea-8f97-6c18fe69ca4f.PNG) with another source: ![Capture](https://user-images.githubusercontent.com/53290883/71527227-b3611400-28ef-11ea-9ced-982af5a6e47a.PNG)

V3 ```php $response = Telegram::sendMessage([ 'chat_id' => config('telegram.owner.id'), 'text' => 'test' ]); Telegram::setAsyncRequest(true); Telegram::deleteMessage([ 'chat_id' => config('telegram.owner.id'), 'message_id' => $response->messageId ]); ``` ``` ErrorException : Undefined index: result C:\xampp\htdocs\project\vendor\irazasyed\telegram-bot-sdk\src\TelegramResponse.php:182 C:\xampp\htdocs\project\vendor\irazasyed\telegram-bot-sdk\src\Methods\EditMessage.php:233...

```php class DiscogsApiTest extends TestCase { protected function setUp(): void { parent::setUp(); \VCR\VCR::configure()->setCassettePath('tests/Unit/myfolder'); $client = new Client(); $response = $client->get('https://api.github.com/'); $this->json = json_decode($response->getBody(), true); } /** * @test * @vcr...

Hello there, I have a server (with Windows 10 installed) which is located in iran so telegram is blocked in the first place, I installed OpenVpn and tunnel the internet...

How can i set a thumbnail to first frame of the video ? most of my videos have black screen intro. ![image](https://user-images.githubusercontent.com/53290883/99158313-9f302c00-26e6-11eb-84ab-47159955829f.png)

question