Andrew Kovalyov
Andrew Kovalyov
My two cents. I am not sure if PhantomJS is good enough for that job, it sometimes gives false-negative due to internal failures, so probably CasperJS/ZombieJS can do the job...
@Richtermeister I am sorry to come to you too late about it. I am including this issue into the 0.4 milestone.
Well, this issue is almost three years old. So, how do you feel guys, is the docs in https://github.com/KnpLabs/KnpGaufretteBundle#amazon-s3-amazon_s3 enough for the moment? Should we update it? What are you...
Frontend assets should not be provided by a bundle (I mean common ones like jquery and so on), because it is not bundle-specific but application-specific, in this case project developers...
@umpirsky could you add a little bit of docs? Then we can merge it - personally I like it.
@PedroTroller could you give any feedback on this cool work? :)
Probably related bug - https://bugs.php.net/bug.php?id=64169.
@schmittjoh there is a fail on `JMS\JobQueueBundle\Tests\Functional\ConcurrencyTest::testHighConcurrency` test. I've spent quite some time trying to figure out what is the cause of the issue, but with no luck. The funniest...
Upgrade to Babel 6 + `{"presets": ["stage-0", "es2015"]}` works with `asar`. @Aluxian I can submit a PR to fix it, but I'd wait until babel6 is more stable and tested.
Agree with Florian. We should handle exceptions correctly. Also note, that adding the bundle should be as fast as possible to the end user - any requirement from our side...