Aaron Powell

Results 192 comments of Aaron Powell

Is it able to dump out the non-JSON version on the build server? It's most likely that some license fails to build an object graph, but I'm not sure how...

Thanks, I'll see if I can repo it myself

Presently no, there's no way which you can perform index-level queries using multiple indexes

Do you have a scenario in mind as to why you'd need this? How would you expect this to work?

The challenge I see with doing this in the box is that everyone's needs will be different. Is the JSON from a AJAX request? Do they want to do processing...

I've been looking into this, TS definitions would be really nifty so you get API compilation validation but there's a problem, `db.js` generates a bunch of properties that map to...

Looks good. I've been toying with the idea of switching to TypeScript rather than Babel (I don't believe there's any features that don't work across). This way it's something that...

I didn't think indexedDB was really classed as supported until iOS 10. According to [caniuse.com](https://caniuse.com/#search=indexeddb) indexeddb on 8/9 was marked as very unstable. That said, looking at your sample code...

Oh, I didn't know I exposed that functionality. Well there you go ey! TBH I'm hesitant to add this change without understanding the underlying cause properly. I'd be quite shocked...

Where are you getting told to call `done`? All the samples in the readme were updated when moving to ES6 Promises