Nick Girardo

Results 6 issues of Nick Girardo

Hi Pomax, I was reading through your wonderful "A Primer on Bézier Curves" and I noticed that in the [section on projections](https://pomax.github.io/bezierinfo/#projections) you recommend a binary search but in this...

**SLADE Version**: (3.2.1) (from Flathub) **Operating System**: Linux (Ubuntu 22.04) **Issue Details**: As seen in the image below, the list of options for a node builder does not scroll. Some...

**Describe the bug** The type for StackFrame, as described in [here in index.d.ts](https://github.com/spiermar/d3-flame-graph/blob/58c370ec1bcab133816a7a1a0ba8245af7f4db98/index.d.ts#L3) is ```ts interface StackFrame { name: string; value: number; children: StackFrame[]; }; ``` This looks fine, however...

bug

**Describe the bug** The function `defaultFlamegraphTooltip` is exported from [your distribution index](https://github.com/spiermar/d3-flame-graph/blob/58c370ec1bcab133816a7a1a0ba8245af7f4db98/index.js#L3), however no type is present in your `index.d.ts`. Without a type exported, a Typescript compiler does not think...

bug

## Description I have a chart with points which have onclick events attached. I'd like to change the cursor to a pointer only when a point is hovered. I have...

question

Suggestion: present user with an explanation that file doesn't exist. Current method doesn't make much sense from a ux experience

bug