Gabriel Ostrolucký

Results 78 issues of Gabriel Ostrolucký

### Symfony version(s) affected tested 6.x ### Description Because we are running lint:container --env=prod in our CI, injecting env vars into array typedeclared constructor parameters seems currently impossible for us....

DependencyInjection
Bug
Status: Needs Review

class AsseticFilterFunction extends \Twig_SimpleFunction, which is final class since Twig 2.0 https://github.com/kriswallsmith/assetic/blob/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1/src/Assetic/Extension/Twig/AsseticFilterFunction.php#L14 I have no idea why this didn't fail on travis before

I was experimenting with using this library as http client for stripe-php, via [psr18-adapter/stripe-php](https://github.com/psr18-adapter/stripe-php) that I'm working on now, but had to go back to Guzzle, as Buzz is broken...

In following example, we didn't find a way how to replicate following in Automapper. We don't think it's possible without very custom things. ```php $answerSetDTO = ... $duplicatedAnswerSetDTO = $this->autoMapper->map($answerSetDTO,...

bug
question

Concise doesn't have [specified upper bound](https://github.com/elliotchance/concise/blob/445c82060871663b197ddf51a90a5add1c6efe68/composer.json#L27) for phpunit version, which means application will crash on PHP 7 when concise is used, unless author of application requires phpunit < 6 explicitly...

```php $this->assert([ ['attach', ['event3', [1, 'method5']]], ['attach', ['event1', [1, 'method1']]], ['attach', ['event2', [1, 'method2']]], ['attach', ['event3', [1, 'method4']]], ['attach', ['event3', [1, 'method3']]], ])->equals([ ['attach', ['event3', [1, 'method5']]], ['attach', ['event1', [1,...

```php class SimpleTest extends \Concise\Core\TestCase { public function testSimple() { $this->assertTrue(false); } } ``` ``` $ ./vendor/bin/phpunit PHPUnit 5.7.20 by Sebastian Bergmann and contributors. F 1 / 1 (100%) Time:...

Similarly as you have integrated git-extras, you could also integrate [git-plus](https://github.com/tkrajina/git-plus). I would be especially interested in `git multi` command, so that I could eg. sync all the projects in...

bug

So, I love idea of this project. However, I've introduced this project to lot of people and all of them dismiss it because they believe performance hit it will bring...