Anton Smirnov

Results 17 comments of Anton Smirnov

@kimrgrey from Rails issue referenced above: > This is due to initialization order. Any plugin that loads AR will cause it to pull config to AR::Base so subsequent initializers will...

A small attribute feedback: unlike phpdoc, attributes can be assigned to parameters so ```php #[Inject(['param2' => 'db.host'])] public function method3(Foo $param1, $param2) { } ``` can be ```php public function...

@mnapoli awesome, thanks

@harikt I don't claim that that code is good :) I encountered this bug when upgrading from legacy Zend1 code. Still, the behavior is very unexpected and non intuitive. Also,...

Do you run composer using 8.1 and/or use `--ignore-platform-reqs`? If you run composer under PHP 8.1, try to add a platform config like so: ``` composer config platform.php '7.1.10' ```...

> @guradia practically, there's a bunch of stuff in the `4.8.0` milestone that needs to happen before 8.2.0 is considered viable. > > In this component's case, "it runs" is...

@Ocramius thanks for the explanation

@devsi You can use a custom implementation of a Currencies interface instead of ISOCurrencies

@nicolas-grekas I'm not opposed, but please review the code whether you really want all that crazy and hackish code in Symfony, also note https://github.com/arokettu/unsigned it depends on

Yes, it works with `bundle exec pelican` in my case but the limitation seems arbitrary. I would understand it if there was some logic that depended on the tool being...