Thodoris Greasidis

Results 268 comments of Thodoris Greasidis

Thanks for the report and the extra digging that you did :+1: I would be more than happy to review a PR with your suggestions, even though tested might be...

After rethinking about it, if one tab tries to save to a store and an other one tries to drop that store and gets blocked, we might want to abort...

Oh sorry I was blocked on other things all this time. Will try to check this weekend.

@sido420 I think that the following should work, can you please confirm? ```js Promise.all(_.map(items, function(item) { return DB.getItem(item); })) ``` Localforage methods are not binded to their this context.

Thanks for PRing this @SimpleIndian and thanks for the remidner @reustle

> Unfortunately I don't understand properly what this added property adds to the device state information? Do we want to convey the last proper heartbeat time or do we want...

Thank you @fisehara I will make this part of the next cycle, so that we confirm the name again :heart:

@vipulgupta2048 it looks like the SUPERVISOR_OVERRIDE_LOCK being in the block list and having the bC-api & the sdk using the `RESIN_OVERRIDE_LOCK` was intentional, so I think that we should (at...

Hi, We indeed changed the state manager's object and switched it from uuids to ids as you mentioned to make the implementation slightly more performant and using less space in...

@IanKBovard thanks for the link. The console shows the following object: ```json { "select": { "label": "option 1", "value": 1 } } ``` which was even more puzzling if that's...