Hans Mackowiak

Results 141 issues of Hans Mackowiak

it would be good to remove the use of GlobalRulesChange and replace them with ReplacementEffects or StaticAbilities if able - [x] alwaysWither ("`All damage is dealt as though its source...

Game Mechanics
keep

Player Hidden Keywords that needs to be rewritten into StaticAbility or ReplacementEffects CantHappen - [ ] Draw Cards - [x] "You draw a card during each opponent's draw step." #6126...

Game Mechanics
keep

similar to other #3307, "CantLose" and "CantWin" should be via StaticAbilities instead of keywords CantHappen Replacement would be fine too Also @tool4ever "Your opponents can't win the game." keyword probably...

Game Mechanics
keep

in short summary, we need to split the MayPlay logic between multiple effects that may or may not be combined: - [x] Effects that alter the Cost like `Rooftop Storm`,...

Game Mechanics
keep

The Special Cases need to be coded better, i think: * `Devour Food 3` in Description, Food needs to be upper case * `Devour artifact 1` artifact needs to be...

Game Mechanics
keep

when multiple tokens (especially different ones) enter the battlefield at the same time, and especially if they would be affected by static abilities, it slows down the engine way too...

Game Mechanics
GUI
keep
performance

AI uses Witch's Clinic with Pump "Lifelink" on opponents Commander. or even on is own Non-Creature Commander (Theros God) * Why does AI uses Pump on opponents creatures? * Why...

AI
keep

### Description Discussion from there: #54299 I got some nested Object is want to be validated, but the Constraints depends on some outside value, so I can't use Attributes on...

Validator
Status: Waiting feedback

### Description https://github.com/symfony/symfony/pull/46066 Allows to get the Firewall Config for a given Request, but the UserProvider is a string and doesn't give me the Service instance. What I want, is...

Security
Feature

### Description add a new Annotation/Attribute to mark the `XMLEncoder::ROOT_NODE_NAME` on a class `Annotation\Context` can't be used for this because that can't be tagged in classes (yet) ### Example ```php...

Serializer