Jens Arps

Results 15 comments of Jens Arps

That's a really sweet idea! I'll be looking into it, but it might take me some time to figure out how to correctly setup the pom…

Hi @pbenschop, thanks for all your PRs! Really awesome to see that you're contributing back the changes you made to IDBWrapper. Please give me some time to look through these,...

Thanks for reporting! I'll investigate.

Thanks for the PR! Wow, that's quite some work, awesome :) I'll need some time to go through this, but one question upfront: What was your reasoning behind this change?...

@MichaelGong You don't define caching in the config; you have to do it in the respective `require` call. An example based on your config: ``` javascript require(['cache!api'], function(api){ api.doSomething(); });...