Alexander Taran
Alexander Taran
In your case you want too much magic. And there is an easy workaround for your case. I was thinking just to make current logic more stable.. because removing the...
@brantwedel if you don't use border radius, you might want to use outline or box-shadow.. for visual effects.. they don't affect the layout.. and positioning. so you could rely on...
@brantwedel let's close this (-:
fixed in new docs can be closed
http://aurelia.io/docs/api/dependency-injection/function/singleton/ can you provide a use case for your inquiry ? (-:
And why would you write that?
I'm curious.. were you part of the core team at any point? Or you created all those documentation requests out of curiosity?
you did, actually.. 88 to be exact https://github.com/search?utf8=%E2%9C%93&q=author%3Adkent600+org%3Aaurelia&type=Issues 30 are open.. that's like 5% of all open issues
@bigopon ```ts async triageQuestion(id) =>{ respondSameDay() let response = await getResponseFromOP( { timeout : fromYears(5) } ) if(!response) { closeQuestion(id,randomReason()) } } ```