Petrone

Results 8 comments of Petrone

I am also getting `Cannot read property 'focus' of undefined` when using paper-chips `content` as Query Parameters ``` "ember-paper": "^1.0.0-beta.10" ```

I would like to share the workaround we are using. Please share your thoughts. `custom-paper-pikaday.js` ``` import moment from 'moment'; import layout from 'ember-paper/templates/components/paper-input'; import PikadayInput from 'ember-paper-pikaday/components/paper-pikaday'; export default...

Also experiencing this when `return transitionTo('_routeName_')` inside `beforeModel()` hook. New test suite. Ember 3.4.1

Definitely would be great to be able to: ``` await waitUntil(async () => { await findAll('.class-element').length === 2; }); ``` Any updates on this?

Thanks for clarifying @rwjblue. I did had misunderstood `findAll`'s response. In this case I don't have a **particular** use case for async callback support inside `waitUntil`.

Using Form Data presented to be quite trivial ```js const axios = require('axios'); const FormData = require('form-data'); const fs = require('fs/promises'); // Read image from disk as a Buffer const...

I am experiencing something similar when trying to `transition.retry()` a Transition that was triggered by a `Route.refresh()` where `queryParamsOnly: true` I guess this is somehow related to #16921