sasakiyori

Results 6 issues of sasakiyori

**Want to prioritize this issue? Try:** [![issuehunt-to-marktext](https://github.com/BoostIO/issuehunt-materials/raw/master/v1/issuehunt-button-v1.svg)](https://issuehunt.io/r/casbin/casbin) ------ **What's your scenario? What do you want to achieve?** Sometimes when a watcher calls `LoadPolicy` to synchronize policies, panic occurs: > fatal...

enhancement

**Is your feature request related to a problem? Please describe.** There is a common use case (such as gin + zap): I have a global zap.Logger, and every session will...

现在有小说的书架,但是没法点进去读。大佬有支持这个功能的打算吗

enhancement

因为习惯,看漫画的时候滑动之后会点一下屏幕让滚动停下来,然后那两条设置栏就蹦出来了,比较难受。 可以加个锁定之类的吗?锁了之后点击就不再出那个设置栏了

enhancement

## GORM Playground Link https://github.com/go-gorm/playground/pull/756 ## Description DB: PostgreSQL ```go type Book struct { // Whether `autoIncrementIncrement` is set or not, the increment step is always 1. BookID int `gorm:"column:book_id;autoIncrement:true;autoIncrementIncrement:10"`...

type:with reproduction steps

## Explain your user case and expected results ```go type Book struct { BookID int `gorm:"column:book_id;autoIncrement:true;autoIncrementIncrement:10"` Name string `gorm:"column:name;type:varchar(255)"` } ``` ```shell GORM_DIALECT=postgres go test ``` Whether `autoIncrementIncrement` is set...