sasakiyori

Results 5 comments of sasakiyori

I think you can check the android version of MuMu first, its official version is 6. FGA seems should be ran over android 7

I meet the same problem with postgresql. When I change the primary key settings, `AutoMigrate` doesn't effect.

> It'll have to be safe for concurrent use somehow, and prevent accidental use of the mutable per-request logger core in a non-cloned context. I agree. It is used for...

Sorry for updating this issue so late. In this issue, I use `SyncedEnforcer` to manage RBAC model. Most of functions in `SyncedEnforcer` have no goroutine race problems even `LoadPolicy` do,...

> We can do like: > > ```go > if typeof(enforcer) == SyncEnforcer { > watcher.SetUpdateCallback(func(string) { _ = e.(SyncEnforcer).LoadPolicy() }) > } else { > watcher.SetUpdateCallback(func(string) { _ =...