Ian Storm Taylor

Results 97 issues of Ian Storm Taylor

For example for a threshold scale of: ```ts const scale = scaleThreshold({ domain: [1, 2, 5, 10], range: ['a', 'b', 'c', 'd'] }) ``` It will infer a type of:...

🤖 typescript
@visx/scale

First off, thank you for this library, it is awesomely simple! I've been toying with `react-apollo` and the new `` and `` components, and they are really nice in terms...

Hey, I'm looking at a use case that isn't covered currently. I've got a handful of different lazy fetches on a settings page, and a few of them are "dangerous"...

## 🚀 Feature Proposal Right now it's really hard to figure out how to properly type a producer function. It would be really nice if there was an easy `Producer`...

good first issue
proposal
typescript

I'm trying to use `react-popper` but really confused by the docs and why the API is so complex. It forces the end user to keep track of lots of interim...

Curious to hear other perspectives on this. Right now the only difference between `type` and `object` struct is the "looseness" of the properties. `type` doesn't care about unknown properties, whereas...

✶ breaking
improvement

Hey, thanks for the interesting tool! I was just gonna make a suggestion. Right now you can have things like `postbuild` and `prebuild` which run automatically. But the automatic before/after...

💬discussion

Running into a strange bug, but it reproduces reliably. When I have straight lines intersecting a circle, all of the intersections are detected no problem, but when the lines are...

@turf/line-split

Once hooks reaches the non-beta branches, `react-values` should expose themselves as hooks. And eventually we can deprecate the render prop approach.

feature

Right now, the convenience transforms are "smart" in that if you do: ```jsx {({ increment }) => ( )} ``` It will fail because it's actually being called as `increment(event)`....

improvement