GerryLon
GerryLon
input: ``` { "a": [], "b": 1 } ``` want: ``` {"a": [], "b": 1} ``` but got: ``` {"b": 1} ```
input: ``` { "a": { "b": [1, 2, 3] } } ``` output: {"a.b": [1, 2, 3]}
fix WatcherEx comment
root@xxx-server# gops stack 19401 Couldn't resolve addr or pid 19401 to TCPAddress: couldn't get port for PID 19401: open /root/.config/gops/19401: no such file or directory
* 可以考虑用github.com/robfig/cron来实现定时获取, 不用linux的crontab, 部署更简单. * httpClient的初始化可以写一个公共的方法, 避免重复代码.
按目前的实现, 自动生成的vs,dr都是和deployment在一个ns下的, 如果说base环境在其他命名空间下如何处理? 谢谢.
```go package base64Captcha // Driver captcha interface for captcha engine to to write staff type Driver interface { //DrawCaptcha draws binary item DrawCaptcha(content string) (item Item, err error) //GenerateIdQuestionAnswer creates...
你好, 在[https://captcha.mojotv.cn/](https://captcha.mojotv.cn/)演示页面上, 类型选择`DriverString`, `ShowLineOptions`仅选择`OptionShowSineLine`(第三个, 页面上是`OptionShowSlimeLine`, 应该是笔误), 刷新验证码, 看不出来线的效果.
 when I use `NewEvaluableExpressionWithFunctions`, the expression param is a const string. so I hope to pre compile expression to improve performance. thanks!