Dmitry Esenin

Results 11 issues of Dmitry Esenin

I think we must change "number" type logic to support NULL values In chart.php at line 201: ```php $value = (float) $value; ``` Change to: ```php $value = is_null($value) ?...

**UPDATE 2024-11-15** **Sylius version affected**: 2.0 **Steps to reproduce for version 2.0** I have prepared a repository with the reproduction of the problem https://github.com/gitrequests/Sylius-Standard/tree/2.0-issue. All you need to do if...

Feature

# :bulb: Feature request ## Magento CRON logs to stdout As written in the documentation [here](https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cli/enable-logging.html?lang=en) from version Magento 2.3.1 CRON logs are sent to a separate file (`/var/log/cron.log`). In...

Slim 4 with slim/twig-view ^3.0 ```php $twig->addExtension(new Knlv\Slim\Views\TwigMessages(new Slim\Flash\Messages())); ``` Error: Expected Twig\Extension\ExtensionInterface, got Knlv\Slim\Views\TwigMessages

Empty results for given cities: ```php // Russia echo 'The capital of Russia - Moscow: (' . \DaveRoss\OfflineCountryReverseGeocoder\get_country( 37.617134, 55.755793 ) . ")\n"; echo 'St Petersburg is in (' ....

Quick update button doesn't work in MODX 3 with Collections 4. Works fine with MODX 2.6.5. In the collection view configuration, add a "quickupdate" button to "General Settings" -> "Context...

### Describe the bug SWC does not import forEach polyfill from core-js. Babel with the same config works fine (Import is present in the code: `require("core-js/modules/web.dom-collections.for-each.js");`). Steps to reproduce: 1....

C-bug

Output data in test [`crates/swc/tests/fixture/issues-9xxx/9544/output/1.js`](https://github.com/swc-project/swc/blob/dc603ed5f79fd05d13d05bc10faa9b2ca15e23e3/crates/swc/tests/fixture/issues-9xxx/9544/output/1.js) is invalid. This output should also require web.dom-collections.for-each.js Like this one: `require("core-js/modules/web.dom-collections.for-each.js");` https://github.com/swc-project/swc/blob/dc603ed5f79fd05d13d05bc10faa9b2ca15e23e3/crates/swc/tests/fixture/issues-9xxx/9544/output/1.js#L1-L4 --- But this is not in the output, so the test is...

Fix typo in processor name