Greg Hogan

Results 12 comments of Greg Hogan

For my actual use case I stopped using RBAC patterns entirely, since they were prohibitively expensive. I think that the Casbin project should consider dropping this feature entirely, or at...

Please also s/red/ref in the above else clause, since this is currently breaking React 13.

Sure, I'd be happy to throw together a PR with this fix. Thanks!

Just to clarify the above: Fosite does currently have a bug where it does not respect the `scope` form field in the refresh flow.

Perhaps we can put aside the "client scope" discussion for a moment, and simply agree that the Fosite library DOES have a bug whereby the `scope` form parameter is completely...

@aeneasr please let me know if you have time to discuss https://github.com/ory/fosite/pull/698#discussion_r961835824

Thanks for this bug report, we are tracking this issue in our internal bug tracking tool.

Thanks for this issue report. We are working on an update to our APIs that will allow for vehicleId filtering.

Thanks for this bug report. We are tracking this issue in our internal bug tracking tool.

Is this being worked on? I also encountered this issue, which is caused by [query_result.go](https://github.com/RedisGraph/redisgraph-go/blob/master/query_result.go#L254) calling `redis.Int(v, nil)` instead of `redis.Int64(v, nil)`.