Roy Niels

Results 6 comments of Roy Niels

This indeed a problem when I put my rocketscream board into sleep mode with SF12. A solutions would be nice.

By the way, changing the Promise.all to a for loop, and loading the files one by one give the same issue. It seems the storage emulator is limiting in some...

I can confirm all the things you mention @skam22, @LB-Digital thanks for the info, I can see already how many resolve, I just need the missing ones to do so...

Got it fixed by setting the context using a .call function, for people who need this too: ``` const serializer = require('jsonapi-serializer').Serializer; module.exports = function(table) { return new serializer('typeName', {...

@Blaaat, impressed you found this! Been struggling with this for ages. Now obviously this is a weird bug, so somebody please have a look at it. In general, were are...