Günter Zöchbauer
Günter Zöchbauer
In your `MainApp` class you have a property ``` @property RecursiveItem item; ``` and assign a `RecursiveModel` to `item` in `ready()`. How is that supposed to work? Can you please...
What about the type mismatch between `RecursiveItem` vs `RecursiveModel` from my last comment?
Interesting that in this project (link in the comments) only produces this errors in device mode http://stackoverflow.com/questions/33242044/error-on-changing-to-device-mode-already-have-a-dart-type-associated
Can you please post the output of `dart --version`?
Of course you can put a Polymer element inside a section tag. The section tag is not special. It's not clear to me what you mean by 'into the referenced...
Your comment made me curious and I looked into `[].each_ref()`, but I wasn't able to figure out what the benefit over for example `[].iter().map(..m)` is, especially in this case where...
I see. Because the resulting array is not used (as far as I see), there also would be no `Vec` and `collect()` necessary. My approach would be `[].iter().for_each(|x| ...)`. https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=2ad60536d7f403943d34758c29a01083...
Now I get it. I thought I checked 3 times if the result is returned and I didn't see it🤦🏼♂️
Wouldn't this be nice to have this committed to the repo so that it becomes easy to enable with with direnv?