Lee Benson

Results 71 comments of Lee Benson

Also worth mentioning: If invoking with a `new` prefix, the object passed through to `addActions` isn't bound correctly: ``` class MyAlt extends Alt { constructor (config = {}) { super(config);...

No. I'm trying to create a new instance that extends from Alt in order to inject per-request context. It works with babel, but not bare Node 5

I haven't tested it with other functions, but I assume anything that is handling external classes would be affected by this. I don't think the issue is the source code....

May be slightly off-topic, but I'd generally off-load compression to the upstream proxy (e.g. nginx or equivalent). Not only is it generally faster than Node-based compression, but you can get...

@aickin totally. Feature-wise, Node is pretty much on par. Hard to beat the speed of a proxy server written in C, though.

Would you be kind enough to provide an update/timeline on anticipated support for this, specifically as it relates to colour/style support in OpenType SVG fonts? My current use case is...

I'm not currently maintaining this starter kit. The last update was over a year ago, so third-party resources like this are likely to be redundant, and deps outdated. Would recommend...

@cirosantilli, thanks for your interest! My last commit to this project was almost 2 years ago. Even getting a local GraphQL instance running would likely be out of date due...

There are so many interesting projects out there since creating this starter kit, that it really depends what you're trying to achieve. For a general React framework, I'd probably go...

Totally open to adding hooks. I'm not actively maintaining this project atm, so would appreciate any PRs.