Chris Masters

Results 5 issues of Chris Masters

I have a site which has been using Ember Simple Auth (with Torii) to sign in users via a 3rd party service which has all been working fine for a...

If I add some shoebox data to my `index.html` like this: ```html FastbootShoeboxExample {{content-for "head"}} {{content-for "head-footer"}} {{content-for "body"}} {{content-for "body-footer"}} {"foo":"bar"} ``` I would expect to be able to...

Hi, Thanks for the great library, it's really proving to be very useful. I have noticed one of my shapes has a small difference between the native stroke and the...

bug

Hi, I'm getting this error after installing, seems to be coming from this line: `http://localhost:4200/assets/ember-better-errors/instance-initializers/ember-better-errors.js:9` ``` DEBUG: ------------------------------- ember.debug.js:5332 DEBUG: Ember : 1.13.5 ember.debug.js:5332 DEBUG: Ember Data : 1.13.7 ember.debug.js:5332...

Hi, I’m using this approach to load my audio stream, which I took from this comment. https://github.com/nypublicradio/ember-hifi/issues/36#issuecomment-295849383 ```js this.hifi.load([{ url: 'audio-url', mimeType: 'audio/mime'}]) .then(({ sound }) => { console.log('loaded sound',...

bug