Agent Smith

Results 40 issues of Agent Smith

I use the following code: ``` 1 2 3 ``` But it's not working, because there is another dropdown next to the autocomplete inside the input group, so instead of...

Is it possible to change the image of the notifications and the icon of the builded exe file for Windows builds? Currently, a link to the build shows the Electron...

bug
windows

Fixes https://github.com/Athlon1600/youtube-downloader/issues/145 Thanks to @danpalmieri for the solution (https://github.com/Athlon1600/youtube-downloader/issues/145#issuecomment-960799498).

The following example code only returns an audio URL: ``` use YouTube\YouTubeDownloader; use YouTube\Exception\YouTubeException; $youtube = new YouTubeDownloader(); try { $downloadOptions = $youtube->getDownloadLinks("https://www.youtube.com/watch?v=aqz-KE-bpKQ"); if ($downloadOptions->getAllFormats()) { echo $downloadOptions->getFirstCombinedFormat()->url; } else...

It would look much better if the delete and rename dialog would be a custom bootstrap modal instead of a default alert.

It would be nice to use Ctrl+S in the normal file editor to save the file, like in the advanced editor.

Currently zip and tar extracting is possible. As far as I know tgz can also be extracted just like tar, why not supporting it?

It would be nice to get a warning before closing the tab when editing a file.