Ryan Grove
Ryan Grove
Awesome project! I love the idea of making different JS lib APIs easily explorable on a single site. Providing good support for modular or sandboxed libraries like YUI is going...
The functionality of `apollo-link-rest` seems heavily dependent on [`graphql-anywhere`](https://www.npmjs.com/package/graphql-anywhere). That package [was removed from `@apollo/client` in 3.0.0](https://github.com/apollographql/apollo-client/pull/5159/) and appears to no longer be maintained, except for a couple of bug...
It took some work, but I think I've gotten a vapor.js YUI3 wrapper down to a reasonable size.
See https://groups.google.com/forum/#!topic/larch/jc7cllhbnD4
Reported on the mailing list at http://groups.google.com/group/larch/browse_thread/thread/1dd363a5be6f4ad0?hl=en: I'm using larch to perform a large migration of a client's Google Apps account with about 100k emails and a couple hundred labels....
Logs: https://gist.github.com/619ea0a5c76f6f61ec8e Mailing list thread: http://groups.google.com/group/larch/browse_thread/thread/a20a7c963fb3e988
Gmail doesn't properly encode NUL characters in message bodies, which can cause Net::IMAP to hang.
When Gmail returns a "Some messages could not be FETCHed" error in response to a batch fetch operation, Larch should retry the fetch, gradually decreasing the batch size each time...
Feature request from @akumar via Twitter: "estimate of how long the sync is likely to take (or at least the # of objects synced/not synced)." This would require pre-scanning all...