Ian Storm Taylor

Results 97 issues of Ian Storm Taylor

How can I animate the angle of a pie slice? I want the chart fold in on itself. I see it's been done here: http://raphaeljs.com/growing-pie.html But that doesn't use g.raphael...

Right now using a simple percent format like: ```ts const f = format('.1%') ``` Gives misleading results near `0` and `100`: ```ts f(0.0001) // 0.0% f(0.9999) // 100.0% ``` Even...

First off, thanks for this great library! **Please describe the feature/suggestion** I love the ability to see the package size for the recent releases. But it would be really nice...

Improvement

How can you use `use-http` to fetch multiple URLs at once with a single hook? Ideally there would be a way to pass in an array which described a list...

Returning the cleaned body of the article.

I think it might be possible to create a simple `OAuth` permit that could be configured by the user to support things like Facebook, GitHub, etc. without having to create...

feature
♥ help please
idea

Right now only the `check` method is well tested.

debt

**Description** This is an attempt at making Slate work with TypeScript generics. **Issue** Fixes: https://github.com/ianstormtaylor/slate/issues/3725 Fixes: https://github.com/ianstormtaylor/slate/issues/3416 **Example** The best example is looking at the [new TypeScript example](https://github.com/ianstormtaylor/slate/blob/generic-typescript/site/examples/typescript.tsx) on this...

improvement
✶ breaking
typescript

If you create a manager using the `Manager` api directly, and then call `manager.disconnect()` before any sockets are created with `manager.socket()`: ```js const manager = new Manager('/', { ... })...

Right now most of the examples I've seen use static data supplied by `import` statements. But I think the examples themselves should take the data in as a prop instead,...

👋 help wanted
🐯 example
🐣 beginner friendly
@visx/demo