Haotong Zou
Haotong Zou
Should we leave the cargo message in `stdout` instead of moving it to `stderr`? This way the timeline will not be disrupted.
> We'll want to (as best we can!) preserve the structure of the API response/requests So should we preserve (at least to our best) the `stdout` and `stderr` field in...
I've been poking around and writing custom diagnostic renderer for the last few days and it's way more complicated than I expected. In order to not break existing API, we...
Following is the formats available without this PR: ``` [debug] Command-line config: ['--list-formats', '--cookies', '/home/hafeoz/.ytdlp-cookies.txt', '-vU', 'https://music.163.com/#/song?id=1952853555'] [debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen...
So it seems like this API is no longer useful (https://github.com/yt-dlp/yt-dlp/issues/9196#issuecomment-2187265378 https://github.com/yt-dlp/yt-dlp/pull/9197#discussion_r1651389618). Closing :(
Sorry I've re-forked (to make PR commit history clean) and GitHub won't let me re-open this PR with the new repo. I've submitted the change as #10258 :)
Bridging media (Matrix homeserver -> WeChat) is currently broken with Synapse due to [Authenticated media is now enforced by default](https://github.com/element-hq/synapse/blob/3eb92369ca14012a07da2fbf9250e66f66afb710/docs/upgrade.md?plain=1#L131). Migrating to `bridgev2` should fix this.
Functions from https://github.com/Masterminds/sprig seem nice too.
So maybe suggest using `override` in `GNUmakefile`? e.g.: ```rst For recent GPUs, like the NVIDIA RTX 4090, you may need to change the default CUDA architecture. This can be done...