yixinBC

Results 10 issues of yixinBC

这是一个我在 #958 (该issue随后就会关闭)中就提及的bug,可惜一直没得到处理,现加以补充 在lux获取完最初的视频信息后,ffmpeg就会报以下错误: ``` error: exit status 1 ……(省略ffmpeg版本信息) [concat @ 0000024a4e6ff040] Impossible to open 'XXX(视频名称)[0].ts' XXX(视频名称).txt: Invalid data found when processing input ``` 接着打开文件资源管理器,会发现下载位置出现如下文件: - 一个与下载的视频同名的`XXX(视频名称).txt`文件 - 大量`XXX(视频名称)[\d+].ts`文件,大小均为0KB...

![图片](https://user-images.githubusercontent.com/61578883/208431889-ab62f833-a150-41a6-b04b-a358591f922c.png)

enhancement

### Feature description this issue tracks #129 All updates about the [winget-pkgs pr status](https://github.com/microsoft/winget-pkgs/pull/92812) and the implemention/development of auto-release scripts will be discussed here first. ### Motivation _No response_ ###...

enhancement
platform: windows

### Provide a description of requested docs changes there have been some similar&general issues,especially some issues related to openai.If we have a file that contains answers to those questions, it...

documentation

I think I have installed everything as guided.But all I had was the mercyless error. ``` Failed to run decompiliation command. Check your configuration. { "code": { "errno": -4058, "code":...

see https://hex-rays.com/products/ida/news/7_0/docs/api70_porting_guide/

``` Failed to run decompiliation command. Check your configuration. {"type":"single","code":4,"err":"Failed to run decompiler"} ``` additionally, idaw.exe had been renamed as idat.exe in IDA Pro 7.0+

### Version 1.52.0 ### Steps to reproduce I just use playwright's python bindings, and here's my test code. ```python from playwright.sync_api import sync_playwright true = True false = False cookies...

as documented on https://aya-rs.dev/book/start/development/#prerequisites, I've installed llvm via brew.Here's its output: ``` ➜ bpf-linker git:(main) ✗ /opt/homebrew/opt/llvm/bin/clang -v Homebrew clang version 21.1.1 Target: arm64-apple-darwin24.4.0 Thread model: posix InstalledDir: /opt/homebrew/Cellar/llvm/21.1.1/bin Configuration...