Christian Wesselhoeft
Christian Wesselhoeft
Any interest in using [es6-promise](https://github.com/jakearchibald/es6-promise) as the Promise implementation?
I agree that spec correctness should be prioritized over performance. Why do you bring up benchmarks then? Does Promise implementation speed actually make a tangible difference in real-world async situations?...
I have a package called [credo_contrib](https://github.com/xtian/credo_contrib) which implements a lot of the rules from this style guide (including module attribute ordering). I'll take a look at the list above and...
@jamesmacaulay Do you have any thoughts on how subscriptions should be implemented? I'm interested in working on this
For our project we actually switched to using [dillonkearns/graphqelm](https://github.com/dillonkearns/graphqelm) which has subscription support for our back-end (Absinthe).
@cpojer To my mind, an explicit policy could only help with the problem of limited resources. "Fix and stabilize Yarn as much as possible" is an inherently unbounded statement so...
"Focus on making Yarn work well for the version of Node we use at Facebook (which may change any day)" is the implicit policy I had assumed for Yarn, but...
Is this PR blocked on needing additional route data?
I get a “Driver’s grasp not detected” alert from the stock ACC relatively often while using @dhimmel’s fork. Are others experiencing this? I also frequently get a “Consider taking a...
@hidakatsuya, here's the code where this is happening in my project: ``` ruby @document.bounding_box [0.9.in, 1.1.in], { width: 6.in, height: 0.7.in } do @document.font 'Sentinel Book', size: 9 do @document.text...