Kyle Turney
Kyle Turney
seems very similar to https://github.com/html-next/vertical-collection/issues/31 modifying https://github.com/html-next/vertical-collection/blob/5029016c6775bc2d59c4fb0090b9f48297affadf/addon/components/vertical-collection/component.js#L169 to ```js _scheduleSendAction(action, index) { console.log('_scheduleSendAction'); this._scheduledActions.push([action, index]); if (this._nextSendActions === null) { this._nextSendActions = setTimeout(() => { console.log('_scheduleSendAction setTimeout'); this._nextSendActions = null;...
Noticed today that using the {{on}} modifier on an element with the `required` attribute removed the attribute. e.g. template: `` resulted in DOM: `` However, adding a value to the...
When using `--test-randomize-ordering-seed=random`, I would like to access the current `Configuration.testRandomizeOrderingSeed` so that I can use the same seed with https://github.com/drager/faker/pull/32. I didn't see any current way to access the...