Eric Luo

Results 275 issues of Eric Luo

Hi. Thanks again for making this great library! One of my clients ask about the performance at: https://github.com/casbin/casbin/issues/45#issuecomment-343703409. My software is an access control library that uses govaluate to make...

We have created an authorization middleware for Actix-web based on Casbin: https://github.com/casbin-rs/actix-casbin-auth Is it OK for us to add a section about it in the official middleware page: https://actix.rs/docs/middleware/ ?...

Hi @erbbysam , if you are OK with ``update the import path to the correct folder (something like github.com/erbbysam/DNSGrep)``, I can send a PR. Do you support it? Similar to:...

Currently, Linux shell script is used to generate the intermediate cache files, which makes it impossible to run on Windows. Can we rewrite this code to pure Golang, so it...

See: https://github.com/files-community/Files/issues/5442 This is an opptunity to use Casbin.NET in a real-world C# desktop application. We need to provide all possible help to support their scenario.

enhancement

We can gradually fix the logos for all packages on Nuget: https://www.nuget.org/packages?q=casbin ![image](https://user-images.githubusercontent.com/3787410/107472633-41f32c00-6baa-11eb-9566-f8aa69472737.png) See how to fix: https://github.com/casbin-net/EF-Adapter/issues/5#issuecomment-776027105

docs

See: https://github.com/flosse/rust-web-framework-comparison#frontend-frameworks-wasm We can support `yew` first. @hackerchai @PsiACE can we make a middleware to support it? BTW, for the Casbin-RS project development, I have two suggestions: 1. Avoid creating...

We can provide more help for: https://github.com/tensorbase/tensorbase/issues/126

enhancement

See the benchmark with another authz lib: https://github.com/DDtKey/actix-web-authz-benchmark ![image](https://user-images.githubusercontent.com/3787410/118507089-7efa2c00-b760-11eb-934b-55c6f64c3ed1.png) Our performance is far behind. We need to catch up, like adding more optimizations.

enhancement

See: https://www.reddit.com/r/learnrust/comments/monhf7/advice_on_how_to_port_a_grpc_server_written_in/

question