Jimb Esser

Results 27 issues of Jimb Esser

### Description of the bug Selecting `Browse Packages` or `Open Containing Folder` always opens `explorer.exe`, regardless of OS configuration. This is likely caused by directly launching `explorer.exe` or using `ShellExecute()`,...

T: enhancement
C: OS Integration

When running invalid Javascript through Istanbul, it is converting potentially unsupported numeric encodings (e.g. `0o1234` pre-ES2015) into decimal and hiding actual errors. The npm module [yazl](https://github.com/thejoshwolfe/yazl) has been passing it's...

This prevents babel.transform() from applying the whole Babelify transform (as specified in my .babelrc) in this transform. I'll admit I'm not 100% sure how everything interacts, as my gulp stream...

Replies to messages from `192.168.0.2:1234` will be forwarded to a client on `192.168.0.21:234`. Similar with `1.1.1.12:1` and `1.1.11.2:1`

If a caller passes in a `mode` on the `addEmptyDirectory()` call, and that mode is taken directly from the (albeit platform-specific) `fs.stat()`'s `mode`, we end up creating zip files with...

Despite tests "passing" `yazl` has not ran on Node v0.10.x since 70b0619. Since no one has complained, probably best just to drop the test instead of ugly workarounds trying to...

Attempting to require this module on Node v0.10 gives the following error: ``` yazl/index.js:391 this.setFileAttributesMode(isDirectory ? 0o40775 : 0o100664); ^ SyntaxError: Unexpected token ILLEGAL ``` Octal literals were not added...

Conversation and rational at: https://github.com/terinjokes/gulp-uglify/issues/236#issuecomment-643551152 Fixes #236

This module is fantastic, exactly what I needed, trims off about 1.5KB per source file. Thank you!

The read address is then passed to the backend server if --write-proxy or --write-ip is specified. This can be useful if you use HAProxy as your load balancer (in TCP...