Jules Blom

Results 6 issues of 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...

bug
help wanted

Add a method or function to construct ternary bins for data. Example: [Ternary Binning notebook by Fil](https://observablehq.com/@fil/ternary-binning)

enhancement
help wanted

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,...

enhancement
help wanted

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...

enhancement
help wanted