Alexander Grimalovsky

Results 22 issues of Alexander Grimalovsky

At this moment library can't be properly installed in a case if `cocur/slugify` is also installed as dependency because [current requirement](https://github.com/tgalopin/simhashphp/blob/d51acef2e2f6c1d9ab74f992806432c859e37282/composer.json#L18) is simply `1.*` while [current version](https://github.com/cocur/slugify/releases) is `4.0` Since...

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Ultimate), 2021.5 | | Language level | PHP 8.1 | Current behavior -- PHP...

At this moment list of thumbnails [provided by plugin](https://github.com/airesvsg/acf-youtubepicker/blob/master/includes/youtubepicker.php#L22) is hardcoded in a terms of both list of images and their sizes. It is absolutely unacceptable since it leads to...

Currently available [Youtube video ID validation code](https://github.com/airesvsg/acf-youtubepicker/blob/master/includes/youtubepicker.php#L11) is incorrect according to information from Google that can be found [here](http://webapps.stackexchange.com/a/54448). It should be updated to use proposed validation method with possible...

It looks like unnecessary [debug output](https://github.com/terrylinooo/cache-master/blob/26046078713769c41fc791d610c733f46554cc19/inc/admin/update-setting.php#L80) of cache driver id is left into plugin sources, resulting into "Cannot modify header information - headers already sent" warning

As of v2.1.1 of the plugin it is possible that plugin will cause fatal error: `Call to undefined function wp_hash()` It happens because plugins are loaded [before](https://github.com/WordPress/WordPress/blob/37d01e03466262b0679e8cbbcb794d4a699a455b/wp-settings.php#L388-L401) loading of [`wp-includes/pluggable.php`](https://github.com/WordPress/WordPress/blob/37d01e03466262b0679e8cbbcb794d4a699a455b/wp-settings.php#L405)...

Symfony 5.1 [adds](https://symfony.com/doc/current/service_container/service_decoration.html) special `@.inner` syntax for referencing inner services when using service decorators. As of v0.21.203 Symfony plugin reports this reference as "Missinig Service"

Several clients may send `XCLIENT` command ([introduced by Postfix](http://www.postfix.org/XCLIENT_README.html) as SMTP extension) within SMTP session. Practical example is an attempt to put MailSlurper behind [Nginx SMTP proxy](https://docs.nginx.com/nginx/admin-guide/mail-proxy/mail-proxy/) because it have...

Twig.js v1.12.0 is failed to properly parse `import` statement in a case if there is no space between `import` keyword and filename. Example test file: ```twig {% include"test.twig" %} ```...

priority - low
type - compatibility
triaged
pending - needs milestone

Please consider this piece of `model.js` source: https://github.com/hexojs/warehouse/blob/067dd5395d6eff3053606fdd8794c5c90d96b022/lib/model.js#L161-L164 It can be seen, that `pre save` hook is received `data` variable and receives (potentially modified) `data` in `then()` (at the line...