Felix S.

Results 91 comments of Felix S.

I don't think the changes need to be so radical to necessitate a complete rewrite. Let's go through my list: > - Make match rules take the whole structure of...

And one small thing, only tangentially related: filling a form field should trigger a `change` event. Some sites will otherwise not register that the field is no longer empty. (Example:...

Another small thing, probably should file this separately: the login form on www.tumblr.com is not recognised by the `za` command, even though it's perfectly possible to write a rule matching...

Expecting that the pathname length returned by `stat` will be accurate by the time you perform `readlink` is a built-in TOCTOU race condition anyway. You should drop the `stat` call...

Mostly because I cannot test it at the moment, so I am not sure if this deserves to be merged as-is.

> What that issue focuses on is getting both the commentary as well as normal audio track with lang left on the user to choose. Not really, I wrote the...

The ffmpeg-formats(1) manual page [warns](https://ffmpeg.org/ffmpeg-formats.html#Options-11): > **-movflags faststart** \ > Run a second pass moving the index (moov atom) to the beginning of the file. This operation can take a...

I don't like how this proposal introduces 'lossy' conversions without specifying exactly what 'lossy' is supposed to entail. Is is acceptable to implement a 'lossy' conversion that sends everything to...

One of the reasons I originally filed #267 was that I hoped that moving to Python 3 might allow us to take advantage of the language’s native asynchronous programming support...

> The only thing that may be complicated by this proposal, then, is the UI. At worst, this could be dealt with by simply not displaying progress when run in...