Mark Roeling
Mark Roeling
> What happens when 3 items don't fill up the whole row? Would it matter? When none of the rows are filled with as many items as possible (as an...
> I too am seeing `Error: Invalid stdio option "[object EventEmitter]"`. In my case, it is when running nodemon in the package.json `dev` script with `bun --bun run dev`, and...
``` ``` To add information: this does work.
Based on the AU2 docs ([link](https://docs.aurelia.io/templates/class-and-style-bindings)) I tried several options. Works (classname.class): ``` ${activeItems.includes(item) ? "yes" : " "} ``` Works (class.bind): ``` ${activeItems.includes(item) ? "yes" : " "} ``` Does NOT...
+1. ISO requirements do not like to have abandoned projects in code.
If possible: keep v1 compatibility. Or publish two versions. Atm the adapted version that can be downloaded on the Discord forum is fine for AU1.
No. One of the key features of Aurelia is that it still sticks to conventions. I've had several new colleagues, and none of them ever had experience with Aurelia. But...