Jules Blom
Jules Blom
Same as https://github.com/cmfcmf/docusaurus-search-local/pull/87. I made a new branch to avoid the potentially messy merge with upstream since the repo structure has changed. I will close the previous PR. This adds...
#### Describe the bug I'm using DeckGL with Nebula.gl in a TypeScript project with [deckgl-typings v4.9.2](https://github.com/danmarshall/deckgl-typings). I'm trying to construct an `EditableGeoJSONLayer` in a functional React component as follows. ```javascript...
Calling `.transform()` performs a check if the newly transformed vertices are within bounds of the initial triangle. Occasionally something goes wrong and zooming becomes very jumpy, especially when dragging the...
Add a method or function to construct ternary bins for data. Example: [Ternary Binning notebook by Fil](https://observablehq.com/@fil/ternary-binning)
Include D3 and React render functions in bundle as subpackages. So they can be imported like this ``` import { useTernaryPlot, Gridlines, AxisLabels, .. } from "d3-ternary/react'; import { ticks,...
All method overloads are typed and include a short TSDoc comment, these are not included correctly in the compiled bundle and therefore don't show up when hovering over them in...