Yulong Ming

Results 40 comments of Yulong Ming

根据这次的情况,我对于之后的讲座和直播的一部分方案是: ## 对于场外主讲者 腾讯会议/Teams 与直播负责人的电脑连接:直播负责人捕捉会议画面及声音推流并录制,直播负责人连接房间屏幕展示给现场 ## 对于场内主讲者 腾讯会议/Teams 与直播负责人的电脑连接,直播负责人捕捉会议画面及声音,直播负责人利用摄像头捕捉现场画面,在 OBS 内组合后推流并录制 场内主讲者连接房间屏幕展示给现场 ## 关于正反馈 普通会议软件会保证声音的单向传递,此次出现问题的原因我有点没搞懂,希望可以总结提示一下 ## 房间接口 具有 type-c 母口电脑依靠扩展坞没有问题,仅具有 type-a 母口的电脑在使用 type-a 公口转 type-c 母口的转接线后似乎无法使用转接坞,可以考虑购置一个 type-a 公口转 HDMI 母口的转接线以备用?...

我再总结一些特定与 Linux 的问题: 1. 据部分案例显示,较新的 Linux 发行版例如 Arch Linux 上的音频接收存在问题,包括自带 recorder、Teams 和 OBS,但暂时 Zoom 没有问题 2. Linux 上任何需要捕捉屏幕的场合,包括视频会议、OBS,均需要换为 Xorg,Wayland 下会出现问题 其中对于 1 而言,我建议购置一个麦克风作为测试

关于目前 LUG 摄像头在 OBS 中的参数,如果画面卡顿(仅 1 FPS),需要在 OBS 视频设置中更改帧率,如仍有问题,需要在 OBS 的视频源属性中修改色彩空间(?)的值为默认值以外的值

Some wrapper may require more customization, e.g. intergrating with Yuki config file. But I still agree that one wrapper for all tuna scripts is nice.

I tested it but still did not see the problem. You can check the code with the test at [the trailing-spaces branch], including the expected output HTML. [the trailing-spaces branch]:...

I have merged this with the current upstream head though it is a pretty old PR. I also locally tested it in a network that blocks BT (an university network...

IMO it is kinda more complicated. First, websites have various methods to switch light/dark mode. In addition to media query `prefers-color-scheme`, class `dark` is also widely used to toggle it,...

Glad to see most pass! The only failure of `wasm32-unknown-emscripten` is because some code generated by ctest2 does not add `struct` prefix to struct names. However, it should be added...

Hi, I am the one who is working on the project to modernize the libc crate (Related: [OSPP Idea] [OSPP Zulip]). I would like to ask that if I could...

> what these trait impl would look like in libc 1.0 According to the "Trait implementations" section, I think `Eq` and `Hash` impl would be completely removed. `Debug` impl may...