Alexander Taran

Results 265 comments of Alexander Taran

@bigopon ```ts async triageQuestion(id) =>{ respondSameDay() let response = await getResponseFromOP( { timeout : 6years } ) if(!response) { closeQuestion(id,randomReason()) } } ```

can we set up a deployed to firebase app? duplicate of this https://github.com/aurelia/app-ux-showcase/issues/19

Would you like to provide a pull request for it @dkent600 ?

Something probably done about this one.. or no one cares anymore https://gist.run/?id=65185f8f61081ffc763c526fc1dc89ad setting length to 0 still does not trigger update

@Anthony-Mckale Please provide an minimal example code when it fails for you. How are you using it?

yay!!! this one is fixed http://aurelia.io/docs/testing/components http://aurelia.io/docs/testing/components#testing-custom-component-with-a-real-view-model @bigopon