Ben Newman
Ben Newman
I just opened https://github.com/legendecas/proposal-async-context/pull/17 over at the `AsyncContext` proposal repository, sharing my Deno-based native implementation of the current proposal. If you have Docker installed, you can `docker pull benjamn/deno:async-context` (a...
Here's my latest thinking (a workaround that works today, and avoids the need to store unused `args` for every single field in the cache): https://github.com/apollographql/apollo-client/issues/6394#issuecomment-656193666
@jedwards1211 Since I first wrote the comment that you quoted above (in support of `options.args`), I have changed my mind about the coherence of that proposal, because the arguments that...
Yes, many simpler pagination schemes sacrifice the ability to paginate backwards, and might skip elements if the list is modified between page requests. Relay-style pagination attempts to solve these problems...
[Here's the line](https://github.com/benjamn/install/blob/a8e8a6e22c63a603d18fa1ff8e779396fcda572d/install.js#L209) where we ignore new contents for files that have already been installed. I'm definitely interested in this idea, and my use case is the same as yours...
My two cents: The `Visitor`-based transformation API used by Babel tends to be better for complicated transforms, and transforms that need to be run by other people who don't fully...
This involves https://github.com/benjamn/ast-types/blob/master/lib/scope.js more than Regenerator itself, I'd say.
Ah, I see what you mean now. What do you want the temporaries to look like? Note that `.declareTemporary` adds unique-ifying suffixes (the argument you provide is just a prefix),...
Regenerator does not currently know how to translate `ComprehensionExpression` nodes, so you may have to run the transform for converting them to ES5 before you run Regenerator. Let me know...
Even more tests! https://github.com/mozilla/mozilla-central/tree/master/js/src/tests/js1_7/geniter