araker

Results 3 issues of araker

One of the projects that uses this library as a foundation has implemented conditions for the grants. Look [here](https://github.com/tensult/role-acl) for more information. It supports AND, OR, NOT, EQUALS, NOT_EQUALS, STARTS_WITH,...

feature request

Hello, I'm trying to read a .plist file in the jsb version of cocos2d-x js, but I get a empty array back instead. I load the plist with var test...

Hello, I have the following test script. ` from moto import mock_sts import boto3 _sts_mock = mock_sts() _sts_mock.start() account_id = boto3.client("sts").get_caller_identity().get("Account") print(account_id) --result 123456789012 _sts_mock.stop() boto3.client("sts").get_caller_identity().get("Account") print(account_id) --result 123456789012 import...

question