qianlongzt

Results 12 issues of qianlongzt

应该是协程没有起来,chan 被阻塞的原因 https://github.com/wizjin/weixin/blob/master/weixin.go#L363-L368

完整信息 `json: cannot unmarshal number 445263598701395969 into Go struct field .msgid of type int32` https://github.com/wizjin/weixin/blob/e9f0f2024d5d22e4e56b15c1d884da57fc0b7122/weixin.go#L763-L768 原因在于int32 不能包含 `445263598701395969` ,它也比较解决 int64 的最大值 https://golang.org/pkg/encoding/json/#Number 可能是最后的解决方案

现在github tag上面只有0.4.0 及其以下的

1. fix https://github.com/aptible/supercronic/issues/177 2. run reaper test in docker container 3. use [bats-action](https://github.com/bats-core/bats-action) to install bats-core and bats-assert ... 4. fix https://github.com/aptible/supercronic/issues/173

fix config file syncthingtray.ini persist - [x] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).

review-needed

1. rule match, use network type TCP and domain to match rule, result is one of proxy, direct, reject 2. add fakeip dns server, use config in fake-ip-range

relate otlp*http modules import grpc https://github.com/open-telemetry/opentelemetry-go/issues/2579 https://github.com/open-telemetry/opentelemetry-proto-go/pull/237

relate otlp*http modules import grpc https://github.com/open-telemetry/opentelemetry-go/issues/2579 add new protoc plugin https://github.com/open-telemetry/build-tools/pull/383

## Describe the problem clash 配置包含 ``` proxy-ref: default: &default type: select include-all: true proxies: [节点选择] withDirect: &withDirect type: select include-all: true proxies: [DIRECT, 节点选择] filter: highRate: &highRate "((([1-9][0-9]+)|[2-9])[xX]|续费|直连|专线)" us:...