Greg Hurrell

Results 403 comments of Greg Hurrell

> I was tempted to pull it out into a separate project since it'd be unfair to bloat your dotfiles with features you wouldn't use, and it seems like a...

Priority here is low because the bug that originally motivate me to file this issue is now fixed, as of: https://github.com/wincent/wincent/commit/b426f1acd7f876970ab3c40779f27102b9012471

It's one of those things where there is no point in moving it until there is demand to do so. But we can count your issue as the first evidence...

Are your dotfiles up somewhere public? I always like to see other people's set-ups...

I'm not super familiar with TypeScript so it would probably be a pretty clowny PR, but I think the core of it would be something like (untested): ```diff diff --git...

One other thing: Flow recently made some enhancements that improve the [typing of higher-order components](https://flow.org/en/docs/react/hoc/). One of their examples includes `React.forwardRef`.

I think a good litmus test for whether something belongs in the URL is the answer to the question: > Is this the kind of thing I'd like to share...

I added a preprocessor in https://github.com/graphql/graphiql/commit/aed3bd9cd94ee30259e701b6bdccfeaf45d54c2a (specifically for auto-prefixing), so there is already some precedent for preprocessing the CSS. It seems that it would be desirable to do some or...

> I *would* like to, at least, expose a top-level prop for the codemirror theme. That sounds reasonable to me.

Can you use `connectionFromPromisedArraySlice` to avoid resolving the entire entire set?