Stefdv
Stefdv
Hey, took me a while to actually pick up part three ;) But thank you so much, it really helped me understand. 👍
I'm trying to use `iron-data-table` as a dynamic list. The user can select the datasource. When changing the datasource the columns don't refresh. So if i change back and forth...
### Description when i use an iron-list inside another customelement the list does not refresh when i change the items. ( completely replace the array for another array ) When...
I need Gun.on(cb,true) to give me only the changed data ( hence the 'true'). This is working fine on one level. `gun.get('livingroom').on( cb , true)` . It fails when doing...
just copied your demo and get this error: "The node to be removed is not a child of this node: [object Text]" ``` ```
There's a problem with how gun-file writes its json ### Setup (http.js): ``` var Gun = require('gun/gun'); Gun.serve = require('gun/lib/serve'); require('gun/lib/ws'); require('gun-file'); .... /* server setup */ .... var gun...