Piotr Stankowski

Results 2 issues of Piotr Stankowski

Due to changes in factorio's mods API, cfan no longer supports dependencies. I don't think it can be fixed easily; there's just not enough information returned now. Unfortunately, it doesn't...

This PR fixes a bug in `TicklessBatchingBolt` when `exit_on_exception` is `False`. Currently, when an exception occurs inside `process_batch()`, the `_batch_entry` thread exits regardless of `exit_on_exception` setting. The try/except block in...