Jimb Esser

Results 27 issues of Jimb Esser

Key issues with Gulp v4 are: `gulp.task` *never* takes a `deps` argument (deps are now done via `gulp.task('foo', gulp.series('dep', fn))`, and all task dependencies must be defined, even if not...

This is generally bad because it does synchronous file I/O, which means if your server is under heavy disk load when this function is first called, the entire node process...

Fix bold and underline not closing correctly. Add support for "intense" ansi colors commonly used in terminals/etc.

If the request handler is asynchronous (and anything _other_ than a timer, which is cleaned up specially in domain.dispose() - an http request for a slow resource is a good...

**Describe the bug** If a file causes multiple low-level change events, a final event is never fired after the final change event, causing an application using chokidar to never see...

has test case

This allows passing options such as `readFile/isFile/isDirectory` down to `resolve`. I needed this while integrating browserify into a new build system that tracks dependencies for minimal rebuilds. The existing hooks...

This fixes a bug where UVs would sometimes be wrong if an image's size is not the same as when originally exported. This could happen in the wild to _any_...

Getting this link error: ``` ld: in libglew.a(glew.c.o), in section __TEXT,__text reloc 0: R_ABS reloc but no absolute symbol at target address for architecture x86_64 ``` Doesn't happen for all...

As discussed in #1710, it's a major security issue that simply opening a file enables running of arbitrary executable code in the file's directory, making it inherently unsafe to even...

actionable

This fixes a major memory leak I encountered usign this on Node v16. Doing a binary search of node versions, the problem appears to originate in v15.5.0 as a result...