TiyeeJiang
TiyeeJiang
As title said, when you transform int16, int64 or other digital type (not int) to bool, return an error result. ```go func try() { var i int64 = 1 fmt.Println(cast.ToBool(i))...
### Version of antd-mobile _No response_ ### What is this feature about? 日历并不只是起到选择日期的作用, 在待办场景,还有导航的作用, 但是antd的calendar实在太简陋, 希望提供折叠,折叠后只显示选中的这一周的日期, 如图  
+ Go 版本:1.20 + wechatpay-go 版本:0.2.17 方法三:使用本地的微信支付平台证书和商户 APIv3 密钥初始化 Handler。 ``` // 1. 初始化商户API v3 Key及微信支付平台证书 mchAPIv3Key := "" wechatPayCert, err := utils.LoadCertificate("") // 2. 使用本地管理的微信支付平台证书获取微信支付平台证书访问器 certificateVisitor := core.NewCertificateMapWithList([]*x509.Certificate{wechatPayCert}) //...
### How is Anse deployed? Docker ### Describe the bug 无法启动,报错,通过docker logs可以看到 ```shell sed: bad option in substitution expression sed: bad option in substitution expression sed: bad option in substitution...
If your OS version is CentOS 8+, you should use the new repo in the link: `https://openresty.org/package/pubkey2.gpg` , not in `https://openresty.org/package/pubkey.gpg`. If you use the second one, you'll receive the...
### 这个功能解决了什么问题 现在ai编程已经是标配,但是td的文档对ai实在不太友好, 希望增加一个对大模型友好的文档,参考Mantine的做法 ### 你建议的方案是什么 提供原始的md格式的文档。