Jesse McCarthy

Results 16 issues of Jesse McCarthy

1. `Backbone.Collection` `push()` and `unshift()` are documented as only accepting a single model, but under the hood they each pass their `model` arg to `add()`, which accepts a model or...

enhancement
documentation
starter

With browserify 8.0.3, using the following 2 options together results in error when the bundle is executed (in Chrome 36 anyway). ``` js var b = browserify('./a', { insertGlobals: true,...

Hello, Even though I believe I understand the behavior, and there's an illustration of it, I can not make sense of the description in ["Duplicate keys and object merging"](https://github.com/lightbend/config/blob/ee92d7f4c244f88d64b493402af82b29d4875ed9/HOCON.md#duplicate-keys-and-object-merging): >...

Hello, Thanks for your work on this. Validation behavior and documentation has room for improvement. This is with version 10.0.2. https://runkit.com/60d21a4e32916a0013c0a954/6112cce77f5afb001eec2d34 1. It doesn't perform validation if I ask for...

Hello, Thanks for your work on this. The [signatures with base URL](https://github.com/APIDevTools/json-schema-ref-parser/issues/13#issuecomment-214337417) are undocumented at https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html and https://apitools.dev/swagger-parser/docs/. I also don't understand why a separate signature was added rather than...

From https://github.com/cevoaustralia/aws-google-auth/pull/178

Designed to fix #45. This sets up the ability to opt-in to exposing a `require()` when bundling in standalone mode, like this: ``` js browserify({standalone: 'whatever'}) .require('entry', {expose: 'whatever'}); ```...

This fixes issue #118 -- do you foresee any unwanted side effects? I think technically it's unnecessary to include the `^` (and stemming from that the parens) in the regex...

SublimeTextXdebug doesn't properly handle [UNC paths](http://en.wikipedia.org/wiki/Path_%28computing%29#Uniform_Naming_Convention). E.g. `\\ComputerName\SharedFolder\Resource`. If you setup remote debugging with path mapping from the server path to a UNC path, SublimeTextXdebug pauses at breakpoints, but it...