plusls

Results 41 comments of 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...

> 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): ![grafik](https://private-user-images.githubusercontent.com/57690622/298378134-53088e5b-db20-4b15-8cd5-0c6f473ed4c7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTUwMDU1MzcsIm5iZiI6MTcxNTAwNTIzNywicGF0aCI6Ii81NzY5MDYyMi8yOTgzNzgxMzQtNTMwODhlNWItZGIyMC00YjE1LThjZDUtMGM2ZjQ3M2VkNGM3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTA2VDE0MjAzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE4NjIzZTFlOWY0OWVhN2RiZGE1OWVjMGNlMzg0MmJlYWUyZWIwZmNjYWMzN2FlNzljNTJjMTZiN2U0ZjE0ZjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.qfEJ9yhH3to0S9SC3cv2j7PC_h1th3hIki-Z6DRC8rM) 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