Michael Keller

Results 125 comments of Michael Keller

hey @janosh wanted to see if you were still interested in this one

Hm yea I think that could work. I'll look at what this observable notebook does, too. I think just using whatever the canonical d3 example uses would be best in...

For sure. I don't think we need to go the full `onMount` approach. I think it's most of the way there, it just needs to grab the gradient creation from...

@veltman should i put it on the list to fix this merge or is the idea still to rewrite this one completely?

It was a little confusing to me 1) why there were settings that were not exposed via the extension’s vscode interface 2) why the extension wrote files outside of its...

I'll take a crack at this as a PR for d3-scale using the Vega setup as a jumping off point. It will need to be modified to pad the min...

My original implementation was a bit off but this is now properly [implemented in LayerCake](https://github.com/mhkeller/layercake/blob/91df2de3802ebcd8e33147047c7788691b9e285d/src/utils/padScale.js#L1-L43) with the Vega transform helpers so that it works on log and power scales, too....

> Stepping back a bit, could the same fundamental problem be solved instead by drawing the axes differently? For example, offsetting the tick labels, and drawing grid/domain lines such that...

I think that could definitely work for some folks – great to have put it together! I know for my use case, it may be a little tricky if you...

I am helping out to [update the Spacegray themes](https://github.com/kkga/spacegray/issues/181) to accommodate the changes that @mscarchilli mentions with 3103. If this were updated to reflect the latest JavaScript syntax, it would...