levon

Results 7 issues of levon

原文如下: Go的html/template包默认帮你过滤了html标签,但是有时候你只想要输出这个alert()看起来正常的信息,该怎么处理?请使用text/template。请看下面的例子: import "text/template" ... t, err := template.New("foo").Parse(`{{define "T"}}Hello, {{.}}!{{end}}`) err = t.ExecuteTemplate(out, "T", "alert('you have been pwned')") 输出 Hello, alert('you have been pwned')! ----- ### 我的实验结果是 `Hello, <script>alert('you...

我在管理面板设置讨论组限制: 例如邀请讨论组成员 为管理员或团队管理员 但是 用hobut 执行相关 api 时就提示没有权限, 因为 hubot 不是管理员 能否给 hobut 设置为讨论组管理员?

other property eg: color, title, images.... its should also be update.

### Version 0.7.5 ### Operating system (version and arch) mac pro M2 ### Describe the bug fail ### Screenshot ### Logs [2023-08-31 21:28:39.971] [info] optimize convert [png]/var/folders/jy/tv__v501387f1tqc3d6d4sqh0000gn/T/imagine/b6c368adfe73a1bc500a372a7f43de0e4acefec26d43091f2652986a26ef8696.png to [png]/var/folders/jy/tv__v501387f1tqc3d6d4sqh0000gn/T/imagine/bc6bfbb9260adbd294d05723e0f90571.png [2023-08-31...

bug

Can add a configuration item to autolink.

## Your Question ```go func (pool ConnPool) QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error) { ftQuery, stQuery, table, err := pool.sharding.resolve(query, args...) if err != nil { return nil,...