Richard Yu
Richard Yu
[Here](https://github.com/ysc3839/node-pty/commit/768c2d9eb6e3ed248fbdc17333867a5dfd0219ff#diff-cb42cf7e110425ae74dc8442f00feeb59e5cc34b4d668dd1aa1d0dbf2713df02) is a sample code for out-of-process COM register.
实测给 `DrawTextLayout` 加上 `D2D1_DRAW_TEXT_OPTIONS_ENABLE_COLOR_FONT` 就可以了。 https://github.com/ysc3839/TrafficMonitor/commit/717d3afbbb836986b7f0abea8de18d87c8f3a4d5 自动编译的文件可以在[这里](https://github.com/ysc3839/TrafficMonitor/actions/runs/8108536813)下载 @BombaxCeiba
After connect, there will be a new recording device. Just add that device to OBS or other recording software.
@kgy9948 First connect BT output device in AudioPlaybackConnector. Then play some music in that output device. (To make recording device active, otherwise it won't show in below step) Open OBS,...
This feature need this PR to be merged: microsoft/node-pty#716
@enusr2k @dangnhdev Adding `D2D1_DRAW_TEXT_OPTIONS_ENABLE_COLOR_FONT` flag to `DrawTextLayout` makes Emoji characters colorful. https://github.com/ysc3839/TrafficMonitor/commit/717d3afbbb836986b7f0abea8de18d87c8f3a4d5 Automatic built files can be downloaded [here](https://github.com/ysc3839/TrafficMonitor/actions/runs/8108536813)
I'm testing on Windows and found gpg would Create, Write then Remove a file `pubring.k__`.  (The DirWatcher is from [here](https://www.codeproject.com/Articles/950/CDirectoryChangeWatcher-ReadDirectoryChangesW-all)) Does gpg do the same operations on Linux? Also...
“想要的是转发后的内网的IP” 这不是你自己设置的吗?比如说你想转发到 `192.168.1.2:8000`,那手动写上去就好了。 curl加参数 `-vvv` 同时去掉 `2>/dev/null`,看输出什么。
It looks like `OpenConsoleProxy.dll` is required to do marshaling. If I implement terminal handoff in my app, and register `OpenConsoleProxy.dll` in `HKEY_CLASSES_ROOT`, would it conflict with the one in Windows...
@feeas Yes. By modifying registry manually.