Sjoerd de Jong
Sjoerd de Jong
Oh, one thing; I added a WeakMap to replace the `.resolve` and `.reject` props you added on the thunk. It needs a [compatible](http://kangax.github.io/compat-table/es6/#test-WeakMap) browser (evergreen)
``` var request = require('request'); var abaculus = require('abaculus'); // Calculate image bounds from center lng,lat coordinates and // pixel dimensions of final image (will be multipled by scale). var...
Same errors for me. Typescript 2.5 fails, 2.4 works for me. Upgrading the @types/react typings to v16 works for me, v15.6 still fails. I guess these lines need an update...
I'm here just to add I'm struggling with this error as well. I do try to cache async data between events, as I expected this to be totally possible. For...
@PANstudio in the main "fetch" event listener, have a look at FetchEvent.waitUntil. Make sure all side effects that you need to run and complete are registered in the waitUntil listener,...
I tried to revive this project in #12. Some steps are made, but quite some work is needed. After getting the code to run on PouchDB 3 I'm happy to...
Hi Nate, My pep talk consists of the following two use cases: First: it's a very easy way to cheaply scale a service. Eg. I am developing an online service...
Hi Nate, this code was more or less just to save a little of my work, it's nowhere complete. About the whitespace, see https://github.com/blog/967-github-secrets, which tells about the `?w=1` param....
Great work @nolanlawson! This opens up a whole new set of possibilities :+1: