Karsten Schmidt
Karsten Schmidt
Yeah, the moment has finally come for WebGL2. Instead of separating v2 I'd propose to extract the legacy v1 stuff into own package... What are your thoughts?
Close! The merging behavior is that all IDs (nodes and properties) can be repeated but: - Node IDs will always refer to the same respective object. - Duplicated property IDs...
Hi @dennemark - do you wanna create a PR for the pattern function above? Would be a useful addition indeed (though I've rarely used SVG patterns myself so far). Thank...
I'm not quite sure how you'd represent these in the target environment/datastructure. E.g. in JS each node is an object with properties and their values as KV pairs. So for...
Hey @vorg - apols for the slow response. It's funny how this question is somewhat related to some stuff I worked on, just this past weekend (i.e. see [this thread](https://twitter.com/thing_umbrella/status/1071593881865764864)...)...
Earlier today I released a new version of the hdom, hdom-canvas, hiccup, transducers-hdom packages, which all support the new `__skip` attribute to exclude a given element/tree branch from the diff...
Thanks @den1k for this initial example. Until tonight, I'd not yet used Observable myself, but your example really helped me to get started and I've created a little [notebook](https://beta.observablehq.com/@postspectacular/thi-ng-umbrella-https-github-com-thi-ng-umbrella-observable) based...
I cracked it: The trick was to define a cell which just pre-creates a blank DOM element and then use this cell's value for the `updateUI()` transducer. I've created [another...
Just added a more minimal scaffolding notebook: https://beta.observablehq.com/@postspectacular/thi-ng-umbrella-scaffold
Nice one & thank, @mbostock! - `this` was too trivial for me to consider :) Will update the notebook later today...