Haotong Zou
Haotong Zou
Fix #688 . Uses JSON message format to communicate with `cargo` when building and running. This allows suggestions to be prompted correctly. ### Example #### Currently  #### New output...
The [WriteColor](https://docs.rs/termcolor/1.1.2/termcolor/trait.WriteColor.html) trait is implemented for `&mut T`, so taking the writer by value is more idiomatic, as stated by [the Rust API Guidelines](https://rust-lang.github.io/api-guidelines/interoperability.html?#generic-readerwriter-functions-take-r-read-and-w-write-by-value-c-rw-value).
### Description of your *pull request* and other information This PR adds several format IDs to the extractor, allowing high quality audio to be extracted from Netease Music. The list...
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...
### Proposal [Name templates](https://docs.iyear.me/tdl/guide/template/) currently have a rather limited functionality set. Following is a list of functions I personally believed to be useful: - `Truncate`, where `STRING` longer than `LEN`...
使用[duo/matrix-wechat](https://github.com/duo/matrix-wechat)每隔不定时间(一般一天左右,也有时几个小时或者几周)微信会报错崩溃。 Windows 11 和 Windows 10 都会报错,`3.7.0.30-0.0.9`和`3.7.0.30-0.1.1-pre`两个版本也都测试过了。 ------ 错误号 `441DAC967BAC05DD46679D36483DA3EC` 错误模块 `SWeChatRobot.dll` ``` Windows 10 Enterprise LTSC 2024 [Build 10.0.26100] CPU: AMD Ryzen 9 5950X 16-Core Processor 微信 3.70.0030 2025/2/10...
The flatpak package currently fails for me with following output: ``` 2025-04-06T22:45:40.387972Z INFO notify::application: running app_id=com.ranfdev.Notify version=0.1.6 profile= datadir=/app/share/notify 2025-04-06T22:45:40.758220Z INFO notify::application: database_path=/home/hafeoz/.var/app/com.ranfdev.Notify/data/com.ranfdev.Notify.sqlite thread '' panicked at ntfy-daemon/src/credentials.rs:23:22: Failed to...
## PR summary Clarify that `CUDA_ARCH` can only be overridden from the command line; setting `CUDA_ARCH` in `GNUmakefile` will be overridden and has no effect. ## PR motivation Overriding this...
Running the program with the example config will fail with the following error message due to the missing comma: ``` > [email protected] start > node bot.js /src/config.js:10 maximages: 64, ^^^^^^^^^...