Dan Wood

Results 24 issues of Dan Wood

Just found out about this project. Looks awesome, especially because Bundlephobia has been pretty flaky as of late. In Safari, when selecting a package from the search select box, clicking...

Because they're delicious and becuase I want to only suggest recipies via PR from now on.

Hey there ๐Ÿ‘‹ Love the bot, but something that would be super useful would be if Australian grades were added to the list of grades on a climb. I remember...

enhancement

**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** v1.5.0 **What browser are you using?** N/A **Reproduction URL** N/A **Describe your issue**...

Hi there ๐Ÿ‘‹ I would love support for SplitLinePath for XYChart so I could create charts like the following: I didn't see SplitLinePath mentioned in the XYChart project, so I...

๐Ÿš€enhancement
@visx/xychart

Using the new `` component, I could not get the child ``'s `tickComponent` prop to work. After some digging, I found that it does work for ``, but not for...

๐Ÿ› bug
๐Ÿ‘‹ help wanted
@visx/xychart

It took me a minute to understand how to easily specify a colour for a `` because the docs don't mention that it can be coloured using the `stroke` property....

Exporting the options type is very useful as it is currently impossible to get it using `Parameters[2]` as extending an interface in Typescript will throw the error `An interface can...

Hi there! Firstly, just want to say that I am loving this library, it's clear how much care and effort have been put into creating a great API. --- I...

enhancement
fresh

`global` is only defined in Node. `globalThis` will work for most users, but this workaround should work for all environments. This probably worked because I am guessing that CRA's `webpack`...