SpoonMeiser
SpoonMeiser
### Description If security is implemented somehow, connexion makes the current user available as `connexion.context['user']`, but this doesn't appear anywhere in the documentation; it's only mentioned as a point in...
I get the following output: ``` Traceback (most recent call last): File "/home/oj/.virtualenvs/acd/bin/acd_cli", line 11, in sys.exit(main()) File "/home/oj/.virtualenvs/acd/bin/acd_cli.py", line 1567, in main acd_client = client.ACDClient(CACHE_PATH, SETTINGS_PATH) File "/home/oj/.virtualenvs/acd/lib/python3.5/site-packages/acdcli/api/client.py", line...
## Describe the bug I've just updated a typescript project to inkjs 2.1.0, and when I use typescript to check the types, it throws an error: ``` $ npx tsc...
Use `os.tmpdir` and `fs.mkdtemp` to create a uniquely named temporary directory in the correct place. Also attempt to remove the temporary directory on application exit. This uses `fs.rmSync` which is...
 Inky uses a directory `/tmp/inky_compile` for temporary files to compile. Because this is a hard coded path and includes no random element, it is the same for any user...
The test runner that gets used is hard coded and depends only on the version of django being used. This means that you can't use an alternative test runner with...
pytest with pytest-django is giving us errors tearing down databases since upgrading to pytest-xdist 1.26.1. This happens nearly 100% of the time, but very occasionally doesn't. I suspect that having...
A blueprint should, for most purposes be indistinguishable from an application, and I think it makes perfect sense to have, say, a flask blueprint for an API, and add a...
Conditions for collections. Take for example, `AllNotIn`, the documentation says: > none of the members of attribute value collection are members of "values" Yet the test is: https://github.com/ketgo/py-abac/blob/master/tests/test_policy/test_conditions/test_collection.py#L80 ``` @pytest.mark.parametrize("condition,...
### Describe the bug If you have a key with a leading slash, like `/my/key.txt`, then generating a presigned URL for it will produce a URL that looks like `https://blah-blah.s3.amazon.com//my/key.txt?...`...