Justinas Urbanavicius
Justinas Urbanavicius
Firefox console displays warning: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create...
Solution proposed in https://github.com/symfony/webpack-encore/issues/97#issuecomment-390886376 no longer works. It works as expected until i configure babel with runtime generator and corejs to support async/await and generators ``` import "core-js/stable"; import "regenerator-runtime/runtime";...
I'm trying to use phpbrew with [jenkins](https://jenkins.io/) to run unit tests with different PHP versions and so on. But i can't get it to work. I Did a system-wide install...
**SqlInsert** command and probably others as well does not return a return status code. As noted in the documentation: Eventually, calling the run() method actually executes the command and returns...
Would be nice if you could change the default twig extension to something like html or phtml and get the syntax highlighting. now if you don't use .twig template file...
if a min-height property is inherited from the parent element it overrides the inline height: 1px setting.
Hi, it seems verify receipts API is deprecated without date when it will be removed, for now at least. https://developer.apple.com/documentation/appstorereceipts/verifyreceipt?changes=_1 Is there any plans to support Notification v2? https://developer.apple.com/documentation/appstoreserverapi?changes=_1 https://developer.apple.com/documentation/appstoreservernotifications/app_store_server_notifications_v2?changes=_1
when running with --forks=4 i get a fatal error. I suspect spork is not compatible with some of the newer versions of symfony components. ``` Fatal error: Class Spork\EventDispatcher\WrappedEventDispatcher contains...
in startCacheInstance there is no check if Memcache class exists, it is just called. Would be nice if memcache extension is not loaded and class does not exist, cache instance...
Would be nice if you could configure the plugin through Piwik UI, not in php file. the UI then could write the configuration to DB or store it as php/yml...