Eric Luo

Results 275 issues of Eric Luo

See: https://demo-admin.casibase.com/chat Casibase uses a "purple" color by default. But it's actually set in an ad-hoc way at different locations. We want it to be configurable as only one theme...

enhancement

Hi, [Casbin](https://github.com/casbin/casbin) is an authorization library that supports models like ACL, RBAC, ABAC. Related to RBAC, Casbin has several advantages: 1. roles can be cascaded, aka roles can have roles....

enhancement
adapters

An active fork is maintained here: https://github.com/casdoor/oss Welcome issues, PRs and other contributions!

When I build this project on Go 1.9.2 with latest Beego, I got this error: ``` # github.com/beego/wetalk/routers/base routers\base\base.go:393:3: cannot use errs (type map[string][]*validation.Error) as type map[string]*validation.Error in return argument...

Hi, I downloaded the code and tried to run the example. I manually created two empty databases "default" and "social_test" in my localhost MySQL DB to avoid errors. Then the...

Casdoor supports setting webhooks: https://door.casdoor.com/webhooks, which will send HTTP calls to external endpoints when events happen inside Casdoor. But we never know the webhook result, whether it succeeds or fails....

enhancement

Hi. Thanks for the project! Here's my scenario: I have some 3rd-party static resources in group. Each group has an index.html, some JS and CSS files that index.html imports. I...

See: https://github.com/coreruleset/coreruleset/blob/2eb17586dcb078dcc9320fe5958d005aaf7c4875/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf#L25-L26 ``` SecRule TX:EXECUTING_PARANOIA_LEVEL "@lt 1" "id:920011,phase:1,pass,nolog,skipAfter:END-REQUEST-920-PROTOCOL-ENFORCEMENT" SecRule TX:EXECUTING_PARANOIA_LEVEL "@lt 1" "id:920012,phase:2,pass,nolog,skipAfter:END-REQUEST-920-PROTOCOL-ENFORCEMENT" ``` Causes panic: ``` panic: unknown variable TX ``` BTW, can we add the support for comments?...

Hi, I'm using the template of ``.Net Core + xUnit + OpenCover + Appveyor Branch``. And I encountered the error: ``` Attempting to gather dependency information for package 'OpenCover.4.6.166' with...

Like: - Java: https://github.com/casdoor/casdoor-java-sdk/issues/64 - Python: https://github.com/casdoor/casdoor-python-sdk/issues/64 - Node.js: https://github.com/casdoor/casdoor-nodejs-sdk/issues/32

enhancement