plusls
plusls
see https://github.com/plusls/Qv2ray/actions/runs/1927863784
> http 入站因为历史原因 (默认开启了追加系统 HTTP 代理)强制将请求的域名解析为 IP 再连接了。因为 SN 设计为透明代理与统一的 DNS,将域名发送到远程解析可能会造成 DNS 泄漏。 > > socks 入站没有更改是因为 SN 基本已经不需要这个东西(忘了)。 那有没有办法来避免这个问题呢,因为 sager core 加了一些东西,现在我在 linux 和 windows 都在使用 sager 的 core...
I add some debug code, and I found that the command line is ``` ./clang.exe --target=aarch64-linux-android33 -lunwind -O0 -DANDROID -ffunction-sections -fdata-sections -fPIC --t arget=aarch64-linux-android -Wall -Wextra -lunwind a.c ``` clang...
And I found that in cmake-rs, it set no_default_flags when use ndk https://github.com/rust-lang/cmake-rs/blob/00e6b220342a8b0ec4548071928ade38fd5f691b/src/lib.rs#L464 So I think that unwind in rust also should add no_default_flags to fix it. https://github.com/rust-lang/rust/blob/194140bef501ad3acb00d57c20fb80ee34aa1d3b/library/unwind/build.rs#L14 I know...
any progress?
> I found one more thing: > > Using Pydantic dataclasses and setting attributes is as quick as it is with a vanilla dataclass. No calls to `__setattr__` of Pydantic...
> Also: globals defined within iPython are now not longer accessible for functions within iPython (even within the same cell):  This does not seem to be intended, is it?...
没记错的话 wslgit也有这个问题 wsl的路径转换也是糊的,并没有提供/usr/bin/xxx to C:\wslpath\rootfs\usr\bin\xxx的转换 而且我个人并不喜欢在stdout中做路径转换,这个转换应该在vscode的插件中完成
是这样的 import json 然后找json的引用
其实是有办法的,参考 https://github.com/mrjesen/ImBlockerFabric