Grant Eagon

Results 8 issues of Grant Eagon

Not sure about the version below. NPM says the version is 0.1.4.

My setup: index.html: ```html !function(a,b,c,d,e,f,g,h){a.RaygunObject=e,a[e]=a[e]||function(){ (a[e].o=a[e].o||[]).push(arguments)},f=b.createElement(c),g=b.getElementsByTagName(c)[0], f.async=1,f.src=d,g.parentNode.insertBefore(f,g),h=a.onerror,a.onerror=function(b,c,d,f,g){ h&&h(b,c,d,f,g),g||(g=new Error(b)),a[e].q=a[e].q||[],a[e].q.push({ e:g})}}(window,document,"script","//cdn.raygun.io/raygun4js/raygun.min.js","rg4js"); ``` AngularJS Typescript Service: ```ts declare const rg4js: RaygunV2; declare const raygunApiKey: string; // var rg4js = require('raygun4js'); raygunService.$inject =...

A [similar issue](https://github.com/stefanpenner/ember-cli/issues/2226#issuecomment-65480717) cropped up over at ember-cli, and reminded me of an issue with grunt-contrib-watch and too many open files. Lots of people are saying this solved the for...

I have a bunch of modules under @app, for example @app/api. `alias-quokka-plugin` won't let me make an alias to @app, then find things under @app by traversing subdirectories. **Example:** I...

MB Air - 10.7.4 2GB 1.6 GHz i5 Speakers emit scratchy clicks and pops after installation. Quitting the program solves the problem.

When I hit setup I get: ``` ('Error:', 'Expected 1 face, found 0 faces. Please make sure your face is in frame, and remove any other things detected as a...

enhancement
help wanted

Add filter for price="Reduced" for when listPrice is lower than originalListPrice. This may be an amateurish approach to this, apologies if so. We needed a filter to for showing listings...