Kamil Dąbrowski
Kamil Dąbrowski
My solutions was to use formatter: ``` js rivets.formatters.at = (arr, index) => arr[index] ``` ``` html {ages | at index | at 'age' } ```
@Leeds-eBooks @a-koka for bug hunt, notice that the overwritten `unbind` is not needed when in [given fiddle](https://jsfiddle.net/gwzqhp7v/) you comment out this line: `application.view.name = undefined;` It may be something about...
@jccazeaux I just checked on it and it doesn't seem to work. I have opened the fiddle made by @stalniy and replaced rivets.js with https://cdnjs.cloudflare.com/ajax/libs/rivets/0.9.4/rivets.bundled.min.js Also tested `0.9.3`, `0.9.0` and...
The object you pass into the bind function contains the data. Store that object in some variable and change the data properties dynamically using this variable. It should update the...
I can confirm the `develop` branch. Even if the mouse cursor stays for longer at the spot, it doesn't seem to catch the pin. This is from the blueprint example,...
@thedmd yes as for now I used the suggestion above but it's not ideal
TL;DR; I'm not sure. BUT!... It depends how you look at it. Let's get rid of "else ". Then let's compare this (oh dear gamedev): `if isCardBonusable(card) then Bonus.create(...)` to...
Noooo for unsupported semicolons. It's pretty handy to use long one-liners (thanks to semicolons) sometimes.
@ryansmith94 you probably didn't get what one-liners I'm talking about. I'm talking about those like "copy it to your friend and let him smile for a working stuff, even not...
@michaelstephendavies actually you can ALWAYS put comma (in JavaScript), even into the last line.