Evgeny

Results 137 issues of Evgeny

Plugin doesn't work on wordpress 5.3.0 ```js Uncaught (in promise) Error: Actions must be plain objects. Use custom middleware for async actions. ```

Hi, I've faced with the following error: ```bash Trying to get property 'base' of non-object in plugins/advanced-rich-text-tools/gutenberg.php on line 128 ``` Wordpress 5.3.0

Do you plan to integrate this plugin into the wordpress/gutenberg core?

```bash npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated npm list resolve-url └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └── [email protected] ``` Imagemin has new version...

How to revision image in ld+json container embeded inside html? ```html { "@context": "https://schema.org", "@graph": [ { "@type": "ImageObject", "@id": "https://example.com/#primaryimage", "inLanguage": "en_US", "url": "https://example.com/images/image.png", "contentUrl": "https://example.com/images/image.png", "width": 1920, "height":...

As discussed on the previous devchat in case of failed update/rollback there are email notifications. Idea is good: any errors related to Core, Plugin or Theme update should be reported...

question

It would be helpful build not signed AppX for Store submission/ Currently CI like appveyor is hang out on: `When asked to enter a password, please select "None".` trying to...

Now this test is not detected: ``` js Modernizr.on('testname', function( result ) { if (result) { console.log('The test passed!'); } else { console.log('The test failed!'); } }); ```

`wp:attachment_url` image not preserved in generated `.md` file. File is copied but image path doesn't attached to post content even in front matter.

I've faced with the speed regression between version 2.2.2 and 2.2.3 for `pointFromScalar` method. Simple test: ```js import * as secp256k1 from 'tiny-secp256k1'; import crypto from 'crypto'; const bufs =...