moonheart

Results 40 comments of moonheart

@Dreamacro 如果仅保留 openvpn 的 dns 也不行; 同时系统解析都不行了, 因为 openvpn 的 dns 解析失败. 我现在也不确定是 clash 的问题还是 openvpn 的问题了😂

> I added the `.publicApi` files. The `sanitycheck/encoding` CI task is failing due to a non-ascii char in one of the xml docs. It comes from here: [open-telemetry/opentelemetry-specification@`d271b73`/semantic_conventions/trace/database.yaml#L65](https://github.com/open-telemetry/opentelemetry-specification/blob/d271b73d6b274bfd51eae9ed813586f0322342b7/semantic_conventions/trace/database.yaml#L65). > >...

Some sites have original posts news and copied news, when I subscribed these feeds, I always saw duplicate articles in several feeds . I hope to deduplicate similar entries in...

我也遇到这个情况, ``` chrome 版本 97.0.4692.71(正式版本) (64 位) ``` ``` 版本 Windows 11 家庭中文版 版本 21H2 操作系统版本 22000.434 体验 Windows 功能体验包 1000.22000.434.0 ``` ``` 错误应用程序名称: chrome.exe,版本: 97.0.4692.71,时间戳: 0x61cbb337 错误模块名称: gdi32full.dll,版本: 10.0.22000.71,时间戳:...

解决了,clash 的 `dns-hijack` 我配置的是 `any:53`,改为指定为系统 dns 服务器就好了。 --- 我这边也遇到这个情况。 我将 mosdns 设置为 clash 的上游,配置如下 ``` yaml dns: enable: true use-hosts: true listen: 127.0.0.1:6868 ipv6: false default-nameserver: - 127.0.0.1:1053 nameserver: -...

@Kielek @utpilla Could you please support me as a OTel member in https://github.com/open-telemetry/community/issues/1502?

csproj file: ```xml Exe net462 enable enable latest ``` Program.cs: ```csharp using System.Runtime.ExceptionServices; using System.Security; using ArxOne.MrAdvice.Advice; internal class Program { public static void Main(string[] args) { TestMethod(); } [Test]...

In most cases, the current solution works well. However, the `HandleProcessCorruptedStateExceptionsAttribute` and `SecurityCriticalAttribute` are special cases. Therefore, I believe we should only copy these two attributes in `AspectWeaver.WeaveAdvices`. There is...

扫描了下, 这个 logo.img 的图有点多, 可能需要修改下代码, 对更多的图片进行处理. Header: 使用 HxD Hex Editor 查找, offset0: 0x4000 ``` 4C 4F 47 4F 21 21 21 21 05 00 00 00 DB 01 00...

多出来的文件原样写回去应该就可以了