Lucas Grossi
Lucas Grossi
## Context First of all, thanks a lot for this crate, it makes asset loading incredibly less convoluted. I'm using it in different situations for now and it works greatly....
## Expected Behavior When using parametrization with | operator would be nice to be able to give each test a unique identifier, to make spot of issues easier and to...
Minor helper that simplifies FrozenClock usage during test setup, allowing to modify the clock based on a given [modifier](https://www.php.net/manual/en/datetime.formats.php). Benefit: ```php // instead of $this->clock->setTo($this->clock->now()->modify('+60 seconds')) // we can do...
Hey Frank, hope you're doing well! I ran into something interesting while working with `MessageDispatcher`. I was dispatching a big batch of messages when I noticed a memory spike. After...
Auto walk should follow thinking constraints, including thinking time and ticks. Currently, the first step of an auto walk action was treated differently. It ignored all constraints and were immediately...