leoyox

Results 4 issues of leoyox

**请简单描述bug的场景** properties中配置了bool、int值,客户端调用GetBoolValue、GetIntValue来取,结果总是得到默认值 **期望** 期望GetBoolValue返回对应的bool值 **截图** 如有 **Agollo 版本 :** - Version 4

bug

**请简单描述bug的场景** **如何重现** 再现行为的步骤: 1. apollo创建yaml类型的namespace 2. 随便写点东西 4. 使用下面的代码访问并打印 5. 结果全部为空 ```yaml x: y: true myName: false ``` ```go package main 2 3 import ( "fmt" //"strings" "github.com/apolloconfig/agollo/v4" "github.com/apolloconfig/agollo/v4/env/config" "github.com/apolloconfig/agollo/v4/extension"...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. [...] **Expected behavior** A clear and concise description of...

**Describe the bug** ```yaml a: b: - 1 - 2 ``` Tr("en","a") -> "" expect ```yaml b: - 1 - 2 ``` **To Reproduce** Steps to reproduce the behavior: 1....