Hans Mackowiak
Hans Mackowiak
I don't think AI has any logic on how to prioritize Value of Trigger/SpellAbilties
@MorihiroS the problem i more that the AI doesn't have much logic to differentiate between Triggers and/or SpellAbilities once they are on the stack so when it sees a trigger,...
We probably need to find a way to Migrate the User Data? My current attempt is this Doctrine Migration file: ```php $result = $this->connection->executeQuery('SELECT id, roles FROM fos_user_user'); foreach ($result->fetchAllAssociative()...
@VincentLanglet @greg0ire how is the status for this MR? And do we need an update Script for existing data?
@VincentLanglet the Doc update is one thing, should we try to something like my Update Script in a more automated way? https://github.com/sonata-project/SonataUserBundle/pull/1685#issuecomment-2166019519 Or is the Dev alone with this? (i...
@tool4ever can you look into this?
@tool4ever maybe something similar like the Damage Table and DamageResolve? like a TokenResolve effect?
@loevgaard do you know how to please the psalm?
@loevgaard also "Code Coverage" doesn't seem to work on the Pull Requests anymore? Because I'm pretty sure it is not going to like the `return null` at the end of...
@loevgaard is it okay to ignore the psalm issues, or would there be a better way?