Scott Santucci

Results 53 issues of Scott Santucci

The [AMD spec](https://github.com/amdjs/amdjs-api/blob/master/AMD.md#module-id-format-) dictates that absolute module IDs be found under "the conceptual module name space root" while relative module IDs basically use the module ID they're relative to to...

JavaScript gives an error about trying to call `this.id.indexOf` when `this.id` is undefined, in at least some browsers. If I'm reading the source correctly, I think that means that `loadDependencies`...

Quick question: Is it intended that on Arm the user should build from source? What happens currently is that the plugin is able to be downloaded and "installed" OK via...

enhancement