Darryl Yeo

Results 12 issues of Darryl Yeo

Adding support for [Path2D](https://developer.mozilla.org/en-US/docs/Web/API/Path2D) would be extremely useful for reusing complex paths, instead of creating them on the fly each time we want them drawn.

Is there any way to have the tooltip from `XYChart` be constrained to the bounds of the chart? i.e. use `TooltipWithBounds` instead of `TooltipInPortal`?

🚀enhancement
@visx/xychart

Is there a way to pass an API key as a query parameter as in this example OpenAPI snippet? ``` { "openapi": "3.0.0", "components": { "securitySchemes": { "api_key": { "type":...

## Feature request ### Overview Implement an `Overlay` component for `DropdownMenu` and `PopoverMenu` (similar to the one found in `Dialog`) which is displayed behind the popover content. ### Examples in...

For an `` with a custom `edge` component and `edgeLabel`, there's doesn't seem to be a way to render the passed `edgeLabel` value within the custom edge's `slot="label"`. Perhaps it...

When applying `stroke` / `strokeWidth` to ``'s `belowAreaProps` or `aboveAreaProps`, half of the stroke "peeks" through the clip path along the middle side (and left and right sides). Example modification...

🚀enhancement
👋 help wanted
@visx/threshold

EIP-6963 is all about the **relationship between "Dapps" and "Wallet Providers"** – I want to ensure the copy and code examples reflect this clearly. Naming things is _hard_. This PR...

c-update
t-interface
w-stale

Adds a `playTime` property for each event by adding `deltaTime`s together, to calculate event timings relative to the start of the MIDI file.

Revives the previously deprecated [`multicodec`](https://www.npmjs.com/package/multicodec) npm package as discussed [here](https://github.com/multiformats/multicodec/issues/327#issuecomment-1583902359). * Include https://github.com/multiformats/multicodec as a Git submodule * [`npm run generate:json`](https://github.com/multiformats/js-multicodec/blob/22bbc1dc10db0ca74eb1040552ecade15bbc075e/package.json#L13) – use [`csvtojson`](https://github.com/Keyang/node-csvtojson) to generate a JSON file `multicodecs.json`...

need/author-input

I noticed there was an effort floated to have a JSON file derived from or maintained in parallel with the CSV (#305 / #311). For ease of consumption within the...