Benjamin Schmidt
Benjamin Schmidt
Is `require()` desirable? As someone who avoided javascript in the bad old days, I have an aversion.
I'm interested in this, and it fits into the medium term plans. There are two things to think about, and I'm open to input about your use case. One is...
Just thinking this through a little more, I would imagine that the following workflow would make sense for these applications. 1. Click a UI component that drops a new div...
Thanks for this! If you'd be able to pull the latest changes and refile the one with the .gitignore changes, I'd be grateful--I had some in-process changes and when I...
Actually, I just tried tossing iife, umd, etc targets into the vite config and it appears to work, which wasn't my recollection. So although those should be tested, it might...
Thanks @cabreraalex for the suggestion. If @thatandromeda makes a pull request I will accept. (@thatandromeda , is that site now public?) One challenge here is that sometimes it may be...
Actually, it isn't even necessary to use "$" magic. By adding the param scope to the function creation, you can have the function. `"mouseover": 'select(".tooltip").style("transform", \`translate(${datum.x}, ${datum.y}\`); make_tooltips(SOMETHING)"`
Name changed to reflect narrowing scope. Currently both these functions accept only a single argument (the datum). If there were a strong case for accepting some kind of bound parameters...
Thanks! I don't have any short term plans for 3d. The next step on the roadmap is more likely to be moving over to a WebGPU backend from WebGL which...
A couple other considerations. 1. Currently it's possible to pass a range of colors as rgb triplets like [[255, 0, 0], [0, 0, 255]]. I'm going to stop supporting this,...