zhaobu

Results 7 issues of zhaobu

when I import("github.com/golang/protobuf/proto"),proto.MessageName() can work correct, but when I use import("github.com/gogo/protobuf/proto"), proto.MessageName() return nil string, however my project use two proto and Vscode automatically imports is "github.com/gogo/protobuf/proto"

gorm库虽然stars很高,但个人觉得使用起来没有xorm方便,也没sqlx性能好,希望能支持xorm库

## 🚀 Feature Proposal 大部分编程语言都不支持中文目录,希望能自动生成英文目录路径 ## Motivation 根据 [自定义题目文件的相对文件夹路径和文件名](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/%E8%87%AA%E5%AE%9A%E4%B9%89%E9%A2%98%E7%9B%AE%E6%96%87%E4%BB%B6%E7%9A%84%E7%9B%B8%E5%AF%B9%E6%96%87%E4%BB%B6%E5%A4%B9%E8%B7%AF%E5%BE%84%E5%92%8C%E6%96%87%E4%BB%B6%E5%90%8D)的描述, 如果使用${name}来让插件自动解析,就会生成中文路径. 希望就算是中文用户登录leetcode-cn,解析出来的题目也是英文的 ## Contribution Please describe the solution if you'd like to submit a PR.

删除原有go.mod,然后使用gomod重新获取最新版后,运行出现flag redefined: region, 检查了一下,发现是因为原有的go.mod里面的discovery使用的是github.com/bilibili/discovery v1.0.1,而更新后是github.com/bilibili/discovery v1.1.0,新版的discovery里面导入了github.com/bilibili/kratos/pkg/conf/env,这个里面定义过Region, Zone ,DeployEnv ,所以会出现flag重复赋值的bug.请问除了使用老版本的discovery,或者修改源码,有什么好的办法解决吗 @lei-cao

缺少完整的测试代码,

As the title says, if my project is a dynamic library project, I need to compile all the dynamic libraries and the main program to run properly, but there is...

Issue Summary: Inconsistency in formatting a floating-point tag value when using sam_parse1 function from htslib. Description: I encountered an inconsistency while using the sam_parse1 function from htslib to convert a...