Alex Elliott
Alex Elliott
I am using [Prember](https://github.com/ef4/prember) with Fastboot, which does not seem to provide a user-agent when generating pages on build. This causes an error when the page it is trying to...
In my scenario I'm using testem and browserstack-cli within circleci and am actively downloading the linux64 binaries during the dependency phase. The jar download seems unnecessary in many other cases...
It would be nice to be able to select different stores within the 'Data' section of the inspector. For example, when using https://github.com/dockyard/ember-admin the models are loaded in a separate...
PhantomJS provides an [onError callback](http://phantomjs.org/api/webpage/handler/on-error.html) that could be implemented to provide better insight to errors in invoked qunti html page. Right now its pretty impossible to diagnose issues that exist...
Scenario: There is a yeti-table with several pages of results that uses the `loadData` property to populate with async data and repopulate when filters or sorting on the table is...
Describe the bug: While upgrading from Ember 3.7 to 3.8 I encountered an issue where any `modal-dialog` component I used with `tetherTarget` attribute would fire an issue deep in the...
Deprecation warning originating from `ember-g-map` because it's calling `set` inside `didInsertElement` hook. This is with version `0.0.20` of `ember-g-map` and `2.6.2` of `ember-cli`.
When calling `SauceWhisk::Jobs.fetch job_id` an error occurs in `initialize` of `lib/sauce_whisk/jobs.rb:100`. I dug into it and `nil` was being passed in as the parameters to initialize. This was initiated from...
Location off context that was being used for organization was not correct. Once fixed I uncovered some other issues. First time working on GH action so wasn't sure how to...
For my example I'm working on a product loaded in an iframe that needs to get a handle on `top.document.documentElement` rather than the hard-coded current `document.documentElement`. PR incoming...