myzhan

Results 24 issues of myzhan

```bash 9 @ 0x403c290 0x400a29d 0x400a065 0x4165d5c 0x406c6d1 # 0x4165d5b github.com/zeromq/gomq/zmtp.(*Connection).RecvMultipart.func1+0x45b /Users/zhanqp/go/pkg/mod/github.com/zeromq/gomq/[email protected]/conn.go:505 ```

After reading the "Version Negotiation" section of rfc23, I think we can try to work with a lower protocol peer in the future. See also: https://rfc.zeromq.org/spec/23/

It seems that the protocol version is upgraded to 3.1 for no reason in this PR. https://github.com/zeromq/gomq/pull/77/files In the rfc of zeromq, "Resource" is added to connnection metadata in version...

boomer is using gomq to pull message from master like [this](https://github.com/myzhan/boomer/blob/master/client_gomq.go#L86). Sometimes I got a panic(index out of range) from inside gomq, generated by [this line](https://github.com/zeromq/gomq/blob/master/socket.go#L115). Then I print out...

Frida Server: 15.1.14 I need to build a map, so I use Interceptor to hook getaddrinfo function in libc. The getaddrinfo function stores the DNS results in "struct addrinfo *",...

I try to run tests on armbian, running on a RK3566 soc. Only the private method tests fail. Go version: 1.21.6

环境 1. macOS Sonoma 2. AMD64 3. go 1.20.7 问题 之前都是正常使用,通过 cgo 引入 sqlite 依赖后,运行出现 permission denied 的问题。引入 cgo 的模块,跟 monkey patch 的模块没有任何关联。只是发现引入 cgo 后,monkey patch 的函数地址变得很大,40 多亿的一个整数,没有引入 cgo 之前是...

### 你在什么场景下需要该功能? 构建鸿蒙系统下的 cli 程序。类似 NDK,harmonyos 提供了一套基于 llvm 的工具链。 ### 描述可能的解决方案 支持多一个平台 xmake -p harmonyos ### 描述你认为的候选方案 _No response_ ### 其他信息 可以参考这个文档,用 cmake https://gitee.com/han_jin_fei/lycium/blob/master/doc/ohos_use_sdk/OHOS_SDK-Usage.md

feature request

I need to walk through all _test.go files and get the lines of test code.

enhancement

Original issue: https://github.com/kubernetes/code-generator/issues/158 I aslo have this issue when writting unittest with fake clients. The behavior is different.

lifecycle/rotten