GergelyM

Results 5 issues of GergelyM

Hi again, I've been trying to test against non-existent fields, but it seems there's a bug that causes an infinite loop of executing the consequent function. Easy to reproduce: ```python...

Having the There's this mockup with and without try/except block there are the same two distinct errors in each: - ZeroDivisionError - TypeError ```python with ruleset('swallow_error'): @when_all( (m.foo == True)...

Hi, I'm very new to this promising tool. I've been running some test-snippet to see if durable_rules can help to make a distinction on some JSON object retrieved from an...

I'm having trouble figuring out how to effectively test against None type. I mean when a variable/dict-key has the value of `None`. Here's a simple snippet ```python from durable.lang import...

Hi, I'm implementing a REST-API with Chalice which uses S3, Athena and Glue. Normally, Chalice autogenerated policies work just fine for dev. Although it's not the case when Glue coming...

feature-request