Christopher Milne

Results 7 issues of Christopher Milne

### Environment - Ember Version: n/a - Ember CLI Version: n/a - Ember CP Validations Version: n/a ### Steps to Reproduce On the documenation site, try searching for 'checkbox' or...

Steps to repro: - visit https://ember-power-calendar.com/docs/the-nav - click on any of the 'Template' tabs above the code examples - nothing happens - should see the template example

I'm going to leave this here as a warning to anyone considering using pdf2html. I've been trying to build pdf2html for the better part of a day, in various Docker...

Since this technique relies on hijacking the send handler

I just noticed that whenever I run my test suite that network requests are going out for Gravatar images. Specifically, I have a component integration test that renders a template...

The app does build if i make the change as noted below: .babelrc.js: ```js module.exports = function (api) { api.cache(true); // i had to add this line return { presets:...