Kevin Ghadyani

Results 45 issues of Kevin Ghadyani

In newer versions of Node.js, using `new Buffer` is now deprecated. https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/ Instead, you should use `new Buffer.alloc(size)` or `new Buffer.from('c469ea095c6adf13', 'hex')`. Changing it might cause compatibility issues in older...

I noticed the minimum Kelvin value is set to `2500`: ```js { HSBK_MINIMUM_KELVIN: 2500, HSBK_DEFAULT_KELVIN: 3500, HSBK_MAXIMUM_KELVIN: 9000, } ``` But the LIFX Mini Day & Night bulbs go down...

For whatever reason, this isn't working for me in Windows. There's no issue or error, I just don't see any clients showing up. ```js const fs = require('fs') const LifxClient...

- `@testing-library/dom` version: v8.14.0. - Testing Framework and version: N/A - DOM Environment: Chrome 103.0.5060.114 (Official Build) (64-bit) ### Relevant code or config: ```html some text ``` ### What you...

## Reason This PR seeks to start the process of change. If the official Redux-devtools supports action types that aren't strings, then other libraries and utilities (which may already have...

I noticed parallelism listed in Webpack 4's config. What benefit does HappyPack offer now that I'm seeing parallelism as a native Webpack config value? **Source:** https://webpack.js.org/configuration/other-options/#parallelism

This plugin is randomly causing plugin_host crashes when doing `swap_line_up` and `swap_line_down` and possibly other commands. I've tested this in Windows 8.1 64-bit on multiple machines. ``` { "keys": ["ctrl+shift+up"],...

Hi! I'm using webpack-hot-middleware `v2.21.2` and seem to be having a problem with the number of tabs I can have open per browser per Webpack instance. I recently moved to...

Is there an option to put in my YouTube API key like YouTubeDL-Material had? I'm asking because YouTube often has higher quality videos available for those with Premium subscriptions (which...

Half of the episodes were missing when doing some queries. I found this section was the issue. I wonder if the information in the comment is old.