Ricky Reusser

Results 162 comments of Ricky Reusser

Oh, this is addressed by #184. Perhaps the real issue is that even though YAML should correctly be forbidden, somehow YAML made its way into a template in the first...

Sorry I missed this; I've been out of the office for the last few weeks. Yes, this is something I'd very much like to accomplish! If I'm being honest, I'm...

Hmm, I wonder if may Matt DesLauriers' libraries like [polyline-normals](https://www.npmjs.com/package/polyline-normals) (which depends on [polyline-miter-util](https://github.com/mattdesl/polyline-miter-util/blob/master/index.js))or [extruded-polyline](https://www.npmjs.com/package/extrude-polyline) would be of use. They're not C/C++, but some of the internals like the miter...

Yes, if line width varies significantly and/or is large, then things can go slightly wrong. Or at least the varying width won't look smooth. I don't have great advice there,...

Observations from an [aborted attempt](https://github.com/plotly/plotly.js/tree/d3-upgrade): - I'm sure rollup.js is a wonderful piece of software, but it's appears rather difficult to work into the existing build process because d3 imports...

Haha, but array access is soo easy! Come to think of it, I'm not sure it's actually used in the code. That might just be what I use to debug...

Yeah, the other change that maybe had consequences was transitions. The current animation PR [falls back to instantaneous data updates](http://rickyreusser.com/animation-experiments/#scale-and-data-transition) when you transition the scale and the data at the...

Makes it an extra good reason to factor it out so it's only _one_ fix.

Thanks for the PR, @krisdages! I have to catch up and start processing the content, but as for running the tests, [Writing new tests](https://github.com/mapbox/mapbox-gl-js/tree/main/test/integration#writing-new-tests) should have the necessary commands. (I...

Edit: I think I mixed this up with discussion related to an error. Disregard the above comment about unit tests.