Kevin Ghadyani

Results 45 issues of Kevin Ghadyani

I have multiple treed projects, but in this example, we'll say I have 2. In my `index.js`, I have `require('module-alias/register')`. In the first project, `module-alias` works fine as this project...

iOS devices consistently put blue links in my files, and I can get rid of them if I am allowed to keep CSS classes. Currently I can only do this...

If I put special ExactTarget AMP script tags in the style tag (style="%%=v(@HelloWorld)=%%"), even if data-premailer="ignore" is added, this will still strip the tag bare: ``` ``` becomes ``` ```...

The text version of the e-mail is showing Unicode characters converted to ASCII so the registered mark `®` in unicode as `®` is showing up as `┬«` and the unicode...

Looking at the `regionRole` file, it's missing a check for the `title` attribute: https://github.dev/A11yance/aria-query/blob/b656f28b9ec55bbf263db86cb1afa3b1d1efcf5d/src/etc/roles/literal/regionRole.js All it looks for is `aria-label` and `aria-labelledby`. `title` is also a valid accessible name. Proof:...

bug

Doing something like this for react-router: ```jsx import loadFAQ from 'bundle-loader?lazy!components/pages/faq' const FAQ = () => ( {(FAQ) => FAQ ? : null} ) const Pages = () => (...

* Operating System: Windows 10 64-bit * Node Version: 8.11.3 * yarn Version: 1.8.0 * webpack Version: 4.16.0 * webpack-hot-client Version: 4.1.1 ### Expected Behavior Webpack-Hot-Client loads as usual. ###...

question

When calling `wemoClient.discover`, how do I unsubscribe?

From looking at the Git branches, there was work done to create a newer version in 2017. This work was never completed, and any merged pull request since `0.8.0` haven't...

I went ahead and ran `npm install` and it found quite a few vulnerable packages: ``` found 450 vulnerabilities (239 low, 206 moderate, 4 high, 1 critical) ``` Running `npm...