Alexandre Quercia

Results 141 comments of Alexandre Quercia

Hello @codeguruvp As the PR #64 is already in progress but it still miss a test case. Feel free to help @desyncr to add a test case or at least...

@codeguruvp you took time to write this issue, thank you. And the info that it can be reproduced with a minimal set of data in the database, it's already a...

Hello @Amonadidis, Firstly thank you for raise this issue. In order to be explicit, the way to reproduce this bug it to execute this following statement? ```php ExampleTable::createInstance() ->createQuery('a') ->addFrom('example...

Hello, @regisnew Yes, because of autoloading logic that try to load class `sfYamlConfigHandler` that is not part of Yaml component see: https://github.com/FriendsOfSymfony1/doctrine1/blob/v1.3.6/lib/Doctrine/Core.php#L1135 So the PR #34 is not going to...

- Directories should be keep because we don't know what the user do with theses. - For `egg-info` files I don't know maybe yes (about old one). - `rm -v`...

Closing in favor of #66

Reopen this since #69 has been planned for the version 2.0.

Hello @ai386, I invite you to submit a pull request.

@Lou1415926 well it is not so simple. The template `image` is good. But it is included inside `sidecars` template. Only on `sidecars` `depends_on` is not present inside `image`. It was...

Hello there, It is maybe related to #1058 as the include parser does not allow slashes (`/`).