Nikhil

Results 20 comments of Nikhil

Slack has a good emoji selector, which also lets you search for emoji with name. There seems to be a project on [Github](https://github.com/needim/wdt-emoji-bundle/#demo) which provides this layout. This can be...

I can provide a pull request if this is accepted as a solution.

To get eslint working correctly for the tests, you will need to update the `https://github.com/brainstormforce/ultimate-addons-for-gutenberg/blob/test-framework-setup/.eslintrc.js` file and add rules related to tests to include jest rulesets. Basically copy this part...

With PHP tests directory changed, you will have to change the path here - https://github.com/brainstormforce/ultimate-addons-for-gutenberg/blob/82644e755c9bd75384edc6108a09ecc0370618c6/phpunit.xml.dist#L3

I have reproduced this in this repo - https://github.com/Nikschavan/laravel-mix-error You can clone this repo, run `npm install` and then `npm run build` to se the error. I was able to...

I am getting similar error when using this in grunt with [`@lodder/grunt-postcss`](https://www.npmjs.com/package/@lodder/grunt-postcss) ``` Warning: [object Object] is not a PostCSS plugin Use --force to continue. ``` The PR #146 seems...

I actually ran `npm run lint` and fixed it's changes as well (I saw that was being run into travis) If lint changes are excluded this is how the diff...

Thank you for the PR @paweltarasiuk 👍

@alexclassroom will this be a backward compatibility break for all existing sites that have custom translations using the old text-domain?