Kiloson
Kiloson
@tangyang9464 Ok, I'll take it, could you take this one https://github.com/casbin/tidb-adapter/issues/1.
@nguyenpc Something like this? model.conf ``` [request_definition] r = sub, dom, obj, act [policy_definition] p = sub, dom, obj, act [role_definition] g = _, _ [policy_effect] e = some(where (p.eft...
@hsluoyz Really? It reduces by 700% performance at most, I don't think it is a good idea.
@hsluoyz @tangyang9464 I found that devtron still using casbin v1, and it uses dep manage dependencies I try to update dependency for it, but suffered network errors. ``` ➜ devtron...
I encountered the same problem ``` HTTP 400: {"has_error":true,"errors":{"system":{"message":"Invalid grant_type parameter or parameter missing","code":1508}},"error":"invalid_grant"} ``` I want to use `set_auth`, but I don't know which is access token, there're to...
@abeMedia I'm not familar with go-kit, but I guess it could be used like this ```go uppercaseHandlerWithMid := httptransport.NewServer( func(ctx context.Context, request interface{}) (response interface{}, err error) { ctx =...
@hsluoyz @chrisohaver plz review
我这边自己搞了个镜像 你在centos上装个docker&docker-compose,试一试这个 docker-compose -f docker-compose.yaml up -d ``` version: '3' services: grasscutter: image: closetool/grasscutter:v1.4.3 restart: always network_mode: "host" depends_on: - db db: image: mongo:6.0.3 restart: always network_mode: "host" volumes: -...
@hsluoyz
Sorry for the delay and thanks for your pr! I'm not sure what the log is used for, could you explain it for me. If you want to know current...