Ali Ayas

Results 52 comments of Ali Ayas

Is there at least a workaround until the feature gets implemented? I want to download jpeg files but no way.

I've done some reading on [Metalink 3](https://www.metalinker.org/Metalink_3.0_Spec.txt) and [Metalink 4](https://datatracker.ietf.org/doc/html/rfc5854#section-4.1.2.1) specs to help developers and also start a discussion. From Metalink 3 spec (4 is also the same): ```` MUST...

@LampPrinter That's probably about not loading PATH properly (to include ffmpeg/mpv). Try doing: ln -s "/Applications/mpv.app/Contents/MacOS/mpv" /usr/local/bin/mpv If you're generating thumbs with ffmpeg, do the same for that, too.

:+1: Especially for diff window.

FWIW I can use SublimeTextXdebug 1.1.2 (commit 6b7e8f4fa2e8916472a0f5f28946ae589edd55d8) with Xdebug 3.1.6 on PHP 7.4 just fine. I guess this means Xdebug protocol hasn't changed much from 2 to 3. I'm...

[out of topic] @sublimator I really wish Jon were a more publicly visible and reachable person. The community might learn a lot from him. I met with Sublime Text back...

I've huge respect for him anyway. I even believe in the future when he becomes bored with doing business he will open source Sublime Text completely. And that will be...

If you're using the API, it's your responsibility to act on that error. If you're using the CLI tool, then the issue is tracked here: https://github.com/philbot9/youtube-comment-scraper-cli/issues/47

For future readers, this patch does the job: ````patch diff --git a/bookmarker-menu.lua b/bookmarker-menu.lua index 848d309..079ee05 100644 --- a/bookmarker-menu.lua +++ b/bookmarker-menu.lua @@ -31,6 +31,8 @@ local mode = "none" local bookmarkStore...

So "retrying" feature for Metalink is not a first class citizen in aria2. Maybe we can 1. get old task's info 2. delete old task 3. submit new task with...