Eric Luo

Results 710 comments of Eric Luo

@PrathamJaiswal001 sure

Make PR to Hasura's repo and list our middleware in: https://github.com/hasura/graphql-engine/tree/71ae144aa623c156064ffe21eb38020ccf315a7a/community/sample-apps

> @Shivansh-yadav13 The main reason is git checkout the source files line break to `crlf (\r\n)`, but unit test hardcored `\n`. Since old casbin.js has been deprecated, I didn't fix...

@tangramor what you said is a different problem. Please create a new issue

Done at: https://github.com/jcasbin/play-authz

Fixed in: https://github.com/casbin/pycasbin/pull/261

The experiment shows that PyCasbin-on-CPP is not much faster than pure PyCasbin, maybe 5%~10% faster but this is not enough. Pure PyCasbin is much easier to maintain compared to the...