Aleksey Razbakov

Results 91 issues of Aleksey Razbakov

In firestore you can do ```js const carsRefs = await firestore.collection('cars').get() for (let carRef of carsRefs.docs) { carRef.data() // document data carRef.id // document key } ``` I can't find...

I suggest to use [httpbin](https://httpbin.org/) to replace www fixture and make tests more readable.

Why the following extension configuration is used in [behat.yml.dist](https://github.com/Behatch/contexts/blob/master/behat.yml.dist#L19): (1) `Behat\MinkExtension\ServiceContainer\MinkExtension`? In [documentation of Mink Extension](https://github.com/Behat/MinkExtension/blob/master/doc/index.rst) and [Symfony2Extension](https://github.com/Behat/Symfony2Extension/blob/master/doc/index.rst) as an example is used (2) `Behat\MinkExtension`. I noticed different behaviour with...

I am getting this error: ``` PHP Fatal error: Class 'Varien_Object' not found in /home/bamboo/bamboo-agent-home/xml-data/build-dir/TR-TEST-JOB1/webroot/app/code/core/Mage/Reports/Model/Test.php on line 37 ``` Any ideas?

Please submit your package to https://packagist.org/packages/submit To make this command executable: `composer require ecomdev/ecomdev_phpunit 0.3.7`

Go to https://github.com/EcomDev/EcomDev_PHPUnit Find and click on "Issue Tracker" It has a broken link

I am getting following error in console: A cookie associated with a cross-site resource at was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies...

i want for all environments to have `copy` strategy and only for dev to have `symlink`. is it maybe possible to change strategy on the fly? ``` composer config extra.magento-deploystrategy...

Every event threw TCP comes with timestamp: ``` 1970-01-01T00:00:00.000Z 10.0.2.2 ``` when using `Queue Events: true`

The branches should be composer compliant like in https://github.com/bragento/magento-core. This leads to automatically generated dev - Versions pointing to each branch Thanks to @davidverholen for idea in #27 @SchumacherFM @therouv...