Yingcai Feng
Yingcai Feng
OS: win11 Tuntap driver: latest openvpn, should be https://github.com/OpenVPN/tap-windows6 , release date 2020/10/8 , version 9.24.6.601 When I debug the test01 in visualstudio2019 ( UAC requireAdministrator (/level='requireAdministrator') ),I found that...
Keep track of https://github.com/PiSugar/PiSugar/issues/12
Hi, I need to serialize/deserialize a map (the names of tags would change, so they are unknown before the data is received ), like: ``` #[derive(...)] #[xml(...)] pub struct Foo...
## Description Github action fails if binary already exists. ## Workflow code ```yaml - name: Rust install cargo-deb uses: actions-rs/[email protected] with: crate: cargo-deb version: latest ``` ## Action output ```...
Is there an example of peripheral mode, I am looking for a way to start a BLE server that offers data of CPU/memory usage, runs small shell scripts, etc. Thanks!
chrome上架
整理和测试 chrome 的兼容性,为上传到 chrome 商店做准备。
csdn 这几天很能作,又是登录验证又是屏蔽 adblock ,[https://lax.v2ex.com/t/514599](https://lax.v2ex.com/t/514599) ,看[https://fuckcsdn.com/](https://fuckcsdn.com/) ,做了一个简单的规则 (.*csdnimg.cn/.*)/check-adblock.js$ | $1/block-csdn-check-adblock.js -- | --
Decentraleyes 在扩展内部保存一系列的开源库文件,通过一个 mapping 来把 url 请求转为获取本地缓存, mapping 的规则见 https://github.com/Synzvato/decentraleyes/blob/master/lib/mappings.js 。 编写一个在线规则文件,实现对 Decentraleyes 的兼容。
监听点 events https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/webRequest 在指定的事件上进行处理 为支持更加丰富的功能,引入可扩展的 action 支持,用于表示该条规则的动作,包括: - cancel 取消请求 - redirect 重定向 - skip 跳出执行 - 其它更多的动作... 此功能影响较大,需要小心设计,实现此项功能在支持 #10 #15 方面更加简单,同时能带来更强的扩展能力。