Willem Oostendorp
Willem Oostendorp
The ArrayLoader now overwrites the StateMachine's stateAccessor when the property path of the config isn't `finiteState`. This might cause issues when the StateMachine has a different stateAccessor than the PropertyPathStateAccessor.
I've added the current transition to the guard call, so the guard can be aware of the transition being applied. You can then just define your guard like this: `function($stateMachine,...
**Update:** It wasn't my callback that broke the example, the example doesn't work out of the box. So now my question is: how do I get multiple graphs to work?...
- [x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [x] I've searched the [issues](https://github.com/djlint/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## System Info - OS: MacOS 14.2.1 - Python...
This PR adds support for Laravel 9 and drops support for Laravel 7 and older.
Based on the code in #73, I've created my own branch with some small fixes. This should be backwards compatible with the marking store config and also support a newer...
When the incoming invoice from Twinfield has a `performancetype` tag, the mapper tries to use `setPerformanceType()` on the `InvoiceLine` to set the value. The setter expects the `PerformanceType` enum, but...