Rainshaw

Results 16 comments of Rainshaw

hello, I am facing the same issue, how is this work going?

@ad-m Maybe you can consider [jazzband.co](http://jazzband.co). they are almost a django community.

Yes, but we may need an active maintainer who is familiar with django. Join jazzband.co is really easy for this.

@marxide In fact, there is still one place in `guardian/decorators` using the `get_40x_or_None`. I think it would be better to modify the `permission_required` function.

@marcosox in django 3.1, we can add `ignore_conflicts=True` in https://github.com/django-guardian/django-guardian/blob/5577d093e30eb2715ad594f4355387fd31535ebc/guardian/managers.py#L110 , maybe this help?

@tangyang9464 thanks for your reply, as for the first advice, I have some other actions which will be denied when sub_rule returns true, so I have to use it. And...

@tangyang9464 I did a benchmark and find that eval is much better than more roles, here is my code ``` ❯ go test -bench=. -benchtime=5s goos: darwinench=. -benchtime=5s goarch: amd64...

and for the second point, I think replace `(p2.sub_rule == "" || eval(p2.sub_rule))` with `(r2.sub in r2.obj.Operators)` did not work for me. if use this, how can a request.user in...

the raft dispatcher is making a stateless pod to a stateful pod, the better solution should use a vote alg, where there is no master node

不能用 localhost 你的typecho是运行在php容器里的,localhost 指的是这个容器,而这个容器的3306端口并不是mysql容器的3306端口。