Ken Newman

Results 27 issues of Ken Newman

The `stats` object that's returned from the sass compiler contains some interesting info, particularly `includedFiles` which can be used to develop smarter watchers. Related to #279, fixed #428

Can't seem to build without `"shell": true` ``` json { "cmd": ["coffee","-c", "$file"], "selector" : "source.coffee", "windows": { "shell" : true } } ```

Gulp 4 intentionally avoids updating the mtime of output files, as a "new feature." As per https://github.com/gulpjs/gulp/issues/2193#issuecomment-399168738 gulp-less should deliberately update the mtime of the output css file itself, else...

Doing external file gets for a version number that hasn't changed in 4 years is more than a waste, it creates crashes, when all we need to do is update...

``` { "resource": "/Users/wraithkenny/Projects/dev/some-theme/tgmpa/class-tgm-plugin-activation.php", "owner": "_generated_diagnostic_collection_name_#3", "severity": 8, "message": "An error occurred during processing; checking has been aborted. The error message was: file_get_contents(https://api.github.com/repos/TGMPA/TGM-Plugin-Activation/releases/latest): failed to open stream: HTTP request failed!...

issue: question
issue: input/decision needed

* Operating System: Mac * Node Version: v14.14.0 * NPM Version: 6.14.8 * webpack Version: 5.1.3 * ${package} Version: 2.25.0 ### Expected Behavior Expect circumstances that caused reload in webpack...

Google and Bing have methods to clear out SEO trash that results from a hacked website, so that they aren't displaying "viagra" this and that. I cleaned out a client's...

The class file in WordPress core says that Snoopy is deprecated as of 3.0

When the plugin is run in FF4 this error is reported and the rest of the scripts on the page don't run.

I wrote a patch for core, and explained how to do it for plugins, so I might as well do it here.