David Browne
David Browne
Did you get anywhere with this? I'm currently experiencing the same issue with the below config: ``` - name: Add deploy keys to ssh config ssh_config: user: "{{ ansible_user }}"...
Just found this patch on a fork from @grypyrg which solved my issue: https://github.com/grypyrg/ansible-ssh-config/commit/dc32394c2f458b87aa7ba67e0f88ea8ebaf6b02f
I too am trying to test a saga that I expect to throw an error. I can test this as follows: ```js it('throws an error', done => ( expectSaga(mySaga) .run()...
I have also fixed this as part of https://github.com/jfairbank/redux-saga-test-plan/pull/212 See changes to sagaWrapper.js: https://github.com/jfairbank/redux-saga-test-plan/pull/212/files?utf8=%E2%9C%93&diff=unified#diff-cc0aab9e3239aed33eb791275ac982ea Maybe make some noise if you'd like it merged as I've had no response so far.
You will find that the outer `Or` is evaluating to True and short circuiting (not evaluating the second argument) because `And(IsReadOnlyRequest, IsAuthenticated).has_object_permission` returns `True`. This is because `IsReadOnlyRequest` and `IsAuthenticated`...
FYI for anyone still dealing with this issue. We mitigated it by overriding the default DatabaseBackend. `OperationalError` and `ProgrammingError` now fail loudly rather than silent fallback to default value. ```python...
@carstenhag what is the purpose of this tracking? Is there any way to get some transparency about who has access to the project or verify the owner of this API...
@carstenhag is there a representative from Mixpanel involved with this project who can join this discussion? This needs to be removed unless it can be reasonably explained. @patedit this tracks...
@zihejia thanks for the quick turnaround :+1:
@hikmet-demir did you ever find a solution for this?