Christophe Coevoet
Christophe Coevoet
Currently, the max level of the DIC visualizer is [hardcoded in the JS code](https://github.com/schmittjoh/JMSDebuggingBundle/blob/master/Resources/js/dic_visualizer_init.js#L18). It would be great to be able to change in through the UI.
When using the profiler offline, the GA tracker is not available which breaks the code of the DIC panel here: https://github.com/schmittjoh/JMSDebuggingBundle/blob/master/Resources/js/app/dic_visualizer.js#L124 IMO, it should be possible to use the profiler...
Currently, JMSSerializerBundle depends on this bundle only to use these lazy collections and the associated compiler passes registering them. But this implies that it inherits a dependency on JMSAopBundle and...
It says that you should use the path relative to the root of the repo, but this is wrong. the actual expectation is to use `'vendor/'.$composerPackageName`: https://github.com/beberlei/composer-monorepo-plugin/blob/373f20df3ee82b0633b2961fd035fda6fc3db352/src/main/Monorepo/Build.php#L193 While this matches...
You should change the submodule link in the readme to avoid WTF for users as the ssh access will only work for users having write acccess on your repo (which...
This also avoids a deprecation notice from composer when generating an optimized autoloader due to the fixture app of the tests not following the PSR-4 convention configured for sources (while...
currently, when using dumped translations, we have to load 2 files: the one for the current locale, and the one for the fallback locale (otherwise fallback feature is not working...
`update-alternatives` has a way to create secondary alternatives following the main one (used for instance for the man page). Currently, the alternatives for php-config, phpize and phpdbg are totally independent...
Currently, the behat suite is not covering the extension. It is an example project *using* the extension to cover the example-app. This has several drawbacks: - it does not allow...
Currently, Prophecy contains a (outdated) copy of the exporter, altered to avoid dumping the internals of Prophecy objects, to make the export much more readable. It would be great to...