fireattack

Results 219 comments of fireattack

> from my experiments, youtube only places cue points about every 10s (sidenote: and it places them at x0.001s, so if you seek to say 20s, it gets rounded down...

Can we de-duplicate them before downloading? I think the first link would eventually redirect to the second; and even if not, it should be possible to tell by content-length and/or...

提供一个data point,我用安卓手机真机安装官方QQ 9.0.65+(或者更早),都无法登录或者接收消息,出这个`com.tencent.mobileqq.msf.service.MsfService timeout`

> Did you try with extensions disabled `code --disable-extensions`? > > If VSCode works fine, then try to find the offending extension with `F1` and `Help: Start Extension Bisect`. Can...

That's the bug..you can't disable smooth scrolling in this view.

It definitely makes some difference, but I'm not sure if either is correct. Since I use `leave=None`, it should be something like Expected: ``` chunk 11/15: 9.77MB [00:01, 10.2MB/s] Done!...

Thanks for all the valuable discussion. Especially the default values pylance uses: which solves my immediate problem by adding them to my `pyrightconfig.json`. I think this probably should be surfaced...

That's just an example, the point is to get filename just like what wget, browser etc. would get. There is no guarantee it would always be `{image_key}_o.{extension}`.

Ideally, I would preferer we use (in this order) the filename provided by `Content-Disposition` if any, the filename in directed URL, and then the filename in original URL. (There could...