fireattack
fireattack
Sample file: [bug_report.zip](https://github.com/MediaArea/MediaInfo/files/2448945/bug_report.zip) The video is VFR (mostly 23.976fps, but the last 70 frames are 29.97fps), but reported by mediainfo as ``` Frame rate mode : Constant Frame rate :...
Hi, I wish I can give a better title, but most of functions don't seem to work. Take `mercari_api.get_item_info` as a example: ```py from mercari import Mercari mercari_api = Mercari()...
This extension seems to cause webpage to constantly freeze or feels "laggy" from time to time. It is most obvious when you just opened a new page. It is also...
https://bgm.tv/wiki  应该显示最新编辑日期,实际显示的似乎是最早编辑日期
http://bangumi.tv/group/topic/312816 http://bangumi.tv/mono 其中麻倉もも、相坂優歌都不是今天生日,不知道为什么会显示出来
## Environment data - Language Server version: 2024.4.1 (pyright version 1.1.356, commit 6652c4a8) - OS and version: Win 10 - Python version (& distribution if applicable, e.g. Anaconda): 3.12 ##...
I use `https://api.tumblr.com/v2/blog/animage/posts?api_key={mykey}&before=1369715530` Response: ```json { "meta": { "status": 200, "msg": "OK" }, "response": { "blog": { ... }, "posts": [ ... (20 posts) ], "total_posts": 21918, "_links": { "next":...
 The message was cut short because it's too long, so I can't read what it was trying to say in detail.
**Describe the bug** Unable to download video inside a Card. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://twitter.com/DMMTV_ANIME_PR/status/1679687160398479362 2. Click on download button **Expected behavior** Download the...
### Windows Terminal version 1.20.11381.0 ### Windows build number 10.0.19045.4412 ### Other Software _No response_ ### Steps to reproduce ```python s = '打印一个非常长的中文句子,啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊' for _ in range(100): print(s) ``` ```js...