issues Search Results · repo:andeya/faygo language:Go
Filter by
29 results
(68 ms)29 results
inandeya/faygo (press backspace or delete to remove)package main
import (
github.com/henrylee2cn/faygo
time
)
type Index struct {
}
func (i *Index) Serve(ctx *faygo.Context) error {
if ctx.CookieParam( faygoID ) == {
ctx.SetCookie( faygoID ...
tablecell
- Opened on Sep 3, 2021
- #46
如果配置文件里密码等信息如果包含#就会截断,导致后边的内容无法加载。解决方案是忽略掉行内的特殊字符。
ext/db/grom/config.go cfg, err = ini.Load(DBCONFIG_FILE)
//修改为 cfg, err = ini.LoadSources(ini.LoadOptions{ IgnoreInlineComment: true, }, DBCONFIG_FILE) ...
freeman983
- 2
- Opened on Aug 14, 2020
- #43
go: github.com/go-xorm/core@v0.6.3: parsing go.mod: unexpected module path xorm.io/core
在go mod 中增加了这个的话,会报这个错误
replace github.com/go-xorm/core v0.6.3 = xorm.io/core v0.6.3
go: xorm.io/core@v0.6.3 used ...
yiptsangkin
- 2
- Opened on Jul 15, 2019
- #39
1,文档不完善 末尾几个地址404 。 方法的文档也不详细,用起来全靠看源码猜 2,希望增加一些配置 如 json首字母自动小写或者自动驼峰 支持自定义404,500等Handle 增加日志配置和完善日志配置文档 3,感谢!
lay-225
- 1
- Opened on Jun 10, 2019
- #37
在某些IOS上,前端访问faygo时,会报SyntaxError DOM Exception 12的错误。 原因是出在jwt中,token的设置带了一个空格。 可以参考
http://www.blogjava.net/laxxx/archive/2015/12/17/428705.html
问题的重现,可以在网上下载黑雷苹果模拟器,该模拟器带的Safira,刚好可以重现此问题。
我的解决办法是用/代替空格,或者二者都支持,当然需要修改下jwt.go的代码 ...
Leadrive
- 1
- Opened on Jun 5, 2019
- #34

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.