Peter Klooster

Results 28 issues of Peter Klooster

Following the installation steps as described in the [documentation](http://www.laravel-auditing.com/docs/8.0/audit-migration) I found that $audit->auditable()->get() doesn't work doe to auditable_id being [cast to int by default.](https://github.com/owen-it/laravel-auditing/blob/master/src/Models/Audit.php#L22) Within our project we already had...

enhancement
discussion

A test for scrutinizer, this should now generate code coverage as well.

Features: - Easy class generation - Added `Capabilities`. These are sub-sets of goals, actions and sensors. - Renamed `GoapSet` to `AgentType`. This communicates it's purpose much better. - `AgentType` exists...

enhancement

**Is your feature request related to a problem? Please describe.** I'd like to introduce a general settings window. This could provide the following information: - The currently used version (useful...

enhancement

**Describe the bug** The editor references `GoapRunnerBehaviour` and `AgentBehaviour` directly. Ideally these should be referenced by their interfaces.

bug

**Describe the bug** The `HaulAction` uses the `TransformTarget` and then assigns itself a new target on start. This is 'weird' behaviour and should probably be fixed. **Expected behavior** The (initial)...

bug

**Is your feature request related to a problem? Please describe.** Currently an action might be choosen to be run, even when it has no valid target. It should be possible...

enhancement

**Is your feature request related to a problem? Please describe.** When traversing the action graph to find a valid action to perform the resolver doesn't perform a 'full tree search'...

enhancement

**Is your feature request related to a problem? Please describe.** When no action is found the agent stops working, unless the implementor of this package listens to the `OnNoAction` event...

enhancement

**Is your feature request related to a problem? Please describe.** Currently the conditions of an action aren't checked once an action is running. It would be better (and fairly optimized)...

enhancement