Grant Skinner

Results 147 comments of Grant Skinner
trafficstars

Any thoughts on where you would expect to see this option surfaced in the UI?

@Calinou - would love to take a look, but I don't use Stylus. Mind adding a screenshot to your README? As a brief update: this functionality still has not been...

Quick update, this feature is almost complete. Just adding in functionality to retain your preference (initially in a cookie, eventually on your account as well). ![image](https://user-images.githubusercontent.com/157128/54397214-51466380-467b-11e9-8cb5-73859292028b.png)

I'll aim to take a look at this soon, but in the interim, have you tested this with the latest version of Flutter and/or with the master channel? I'm thinking...

I think the easiest way to deal with this would be to optionally have the `ValueAdapter` animate it's value to a new target. As a super rough example: ``` foo.animate(...

I want to be careful to keep individual Effect implementations as simple as possible, both to make them easy for devs to write and contribute, but also to keep the...

We're currently migrating RegExr to a new server, and trying our best to minimize the impact on users. This is the first time (in ~20 years) we've done this, and...

That said, I like the idea of making it easy to export a pattern to a Gist easily, so I'll reopen this.

Technically, this is easy. Getting the UI right would be the biggest challenge. I'll aim to take a look at this after v3.0 ships.

@vith - interesting. Watching closely, I can see the correct result flicker up briefly, then (probably 250ms later) the error appears. I wonder if we are hitting a race condition...