Results 4 comments of Elgin Cahangirov

I'm still facing this issue: `AttributeError: 'Maybe' object has no attribute 'call'` ``` request = def deferred(request): > declaration.call(instance, step, context) E AttributeError: 'Maybe' object has no attribute 'call' ../.venv/lib/python3.9/site-packages/pytest_factoryboy/fixture.py:294:...

I have the same problem in Firefox browser. But, despite this error, everything is working fine.

@nouritsu my `HT_PRIME_1` and `HT_PRIME_2` were set to 129 and 131. After changing them to 151 and 163, the issue still persists. See my driver code below for reproducing: ```...

@winterrdog yes, program ends with "Segmentation fault" in some cases (not always though). It means that negative index works in some cases (or at least it doesn't cause segmentation fault)...