Nathanael Noblet

Results 43 comments of Nathanael Noblet

@Jean85 is it possible to get the container inside the app? The reason being is we've successfully setup an application so that we've created a decorated service in the test...

Thanks @Jean85 yeah we couldn't figure out how to get the container from the client reliably. I went the same way and just put some public static methods on the...

https://github.com/symfony/symfony/commit/e35d6bab3e1a634ce0bd73a2c678d5510a8a76cd is the commit that changed the behaviour. What I don't understand about the change is *why*. What bug/problem was being fixed? Knowing this would allow for a solution that...

Ok, so using Xdebug, it seems that the finally {} block is executed *before* the catch, which flies in the face of the php docs. I've tried to create a...

I'm happy for the fix to be in more than anything. You've got it all done so go ahead and merge your work!

I've filed two separate PRs #981 and #982

Well, I'm as confident as I can be. ``` // composer.json "qossmic/deptrac-shim": "^0.24.0", ``` and ``` [gnat@msi]$ ./vendor/bin/deptrac --version deptrac 0.24.0 ```

I don't know what to tell you. At this point in time, it works regardless of whether its deptrac: or parameters: ??

do you want a small example or would you be willing to look at the actual app? its on github and has .travis file - its easy to reproduce by...

https://github.com/IBVPD/Nuvi the src/NS/ApiBundle and related tests is what fails when you change composer.json to allow symfony ^3.2. I'm on IRC and on slack if you want me to help point...