Skip to content

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

很多第三方包已经差的版本比较多了,希望统一更新下,修订下可能的不兼容问题
  • changyu72
  • Opened 
    on Aug 31, 2021
  • #45

如果配置文件里密码等信息如果包含#就会截断,导致后边的内容无法加载。解决方案是忽略掉行内的特殊字符。 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

faygo好像从框架上就做了限制一定要放在gopath的src下面,麻烦作者有空的实话更新下这部分的限制。
  • yiptsangkin
  • 1
  • Opened 
    on Jul 15, 2019
  • #40

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

Has anyone tried to use faygo in AWS lambda?
  • camstuart
  • Opened 
    on Jun 25, 2019
  • #38

1,文档不完善 末尾几个地址404 。 方法的文档也不详细,用起来全靠看源码猜 2,希望增加一些配置 如 json首字母自动小写或者自动驼峰 支持自定义404,500等Handle 增加日志配置和完善日志配置文档 3,感谢!
  • lay-225
  • 1
  • Opened 
    on Jun 10, 2019
  • #37

文档不完善,就不要把代码发出来了,其他人用的心累
  • KAIXIE
  • 1
  • Opened 
    on Jun 6, 2019
  • #36

在某些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
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub