foremtehan
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
I noticed, whenever I download a duplicate album(by mistake), it clears the existing files and try to re download them.
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...
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):  with another source: 
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. 