Richard Yu

Results 25 issues of Richard Yu

### Description I'm using always enable mode and I want some site NOT using proxy. However after added hostname to bypass list, requests to other hostname in this tab still...

status-wontfix
type-new-feature

When running `fnm env` on Windows, fnm returns multishell path in `AppData\Local`: ``` SET FNM_MULTISHELL_PATH=C:\Users\richard\AppData\Local\fnm_multishells\3868_1711396232893 ``` https://github.com/Schniz/fnm/blob/a5a497b7e2c4cc615fedf366f9eeab4e322443ed/src/directories.rs#L20-L26 Shouldn't this path be `AppData\Local\Temp\fnm_multishells`?

https://github.com/MicrosoftEdge/WebView2Samples/blob/8ec7de9d3e80a942bc7025cffad98eee75e11e64/SampleApps/WebView2APISample/AppWindow.cpp#L74-L81 When `ShellExecuteEx` returned, the installer is still installing. A solution is to set [`SEE_MASK_NOCLOSEPROCESS`](https://docs.microsoft.com/en-us/windows/win32/api/shellapi/ns-shellapi-shellexecuteinfoa#see_mask_nocloseprocess-0x00000040) flag, and then `WaitForSingleObject(shExInfo.hProcess)`.

This PR add a `pty.handoff({ input, output, signal, ref, server, client });` function. To allow passing handoff handles and get a ITerminal interface. This function need to use with https://github.com/ysc3839/node-terminal-handoff...

```sh mkdir -p /opt/myprefix tar xf libbsd-0.12.2.tar.xz cd libbsd-0.12.2 ./configure --prefix=/opt/myprefix make && make install export PKG_CONFIG_PATH=/opt/myprefix/lib/pkgconfig cd .. git clone https://github.com/radvd-project/radvd.git cd radvd ./autogen.sh ./configure --prefix=/opt/myprefix ``` Result: `configure:...