李伟
李伟
I used kie as the config server. I wanna add custom labels, such as project,product. but there are no way to set custom labels in config file. however this feature...
当前代码支持读取默认project (default)下的配置。 与spring-huawei-cloud-config 对齐 通过如下配置读取 对应kie server:/v1/test/kie/kv ```yaml servicecomb: credentials: project: test ```
**Is your enhancement request related to a problem? Please describe.** Are there any plans to support hooks such as connected, disconnected, authenticate? **Describe the solution you'd like** In IoT application...
file _2_insert_keyboard_up.sql don't use underscores in Go names; func _2_insert_keyboardUpSqlBytes should be _2InsertKeyboardUpSQLBytes
1. Dockerfile 链接 404 见后面附图 2. 建议在docherhub 镜像说明文字中将传入的环境变量说明一下,方便用户在不看源码的情况下将etcd集群地址传入,便于基于容器部署SC. 3. scfrontend docker镜像建议 同上 附图:  
请按照一下格式提交issue,谢谢! 1. 你当前使用的是哪个版本的 MinDoc(`godoc_linux_amd64 version`)? v2.2-beta.1 2. 你当前使用的是什么操作系统? ubuntu20.04 arm64 3. 你是如何操作的? 构建docker镜像发生错误 calibre-ebook 5.x 只有x86_64 无 arm版本 4. 你期望得到什么结果? 期望支持calibre-ebook 6 下载arm64版本 5. 当前遇到的是什么结果? 无法再arm64上下载到合适的calibre-ebook
``` [xorm] [debug] 2017/12/05 18:05:30.548400 [redis_cacher] PutBean|tableName:created_insert|id:��PK����int64|key:xorm:bean:created_insert:��PK����int64|type:*tests.CreatedInsert [xorm] [debug] 2017/12/05 18:05:30.548903 [redis_cacher] registerGobConcreteType:*tests.CreatedInsert --- FAIL: TestMysqlWithCache (0.83s) panic: gob: registering duplicate names for tests.CreatedInsert: "*tests.CreatedInsert" != "github.com/go-xorm/tests.CreatedInsert" [recovered] panic: gob:...
```golang 83 func (c *RedisCacher) logErrf(format string, contents ...interface{}) { 84 if c.Logger != nil { 85 c.Logger.Errorf(fmt.Sprintf("%s %s", LOGGING_PREFIX, format), contents...) 86 //c.Logger.Errf(fmt.Sprintf("%s %s", LOGGING_PREFIX, format), contents...) 87 }...
socks server is provide by v2ray-core. My code: ``` let mut cfg = Config::default(); cfg.set_skip_auth(true); let ss_stream = Socks5Stream::connect( "127.0.0.1:1080".to_string(), "imap.gmail.com".to_string(), 993, cfg, ) .await?; ``` This error occured when...