Wojciech Daniło

Results 99 comments of Wojciech Daniło

Sorry, that was copy-paste error. It was nightly from 24th of may.

It still doesnt work in newest nightly (from yesterday)

There is one more log I didnt see earlier in the JS console: ``` DriveProvider.tsx:28 State loaded from storage couldn't be migrated since no migrate function was provided ``` Also,...

Ok so i tested it on yesterday nightly. On my second account ([email protected]) it still doesnt load. But after shwithcing to my work one ([email protected]) it started working.

Also, here is a code checking the same broken behavior for users.threads.list: ## Code ```ts async test2() { console.log( "Performing test if 'users.threads.list' returns threads sorted by decreasing dates and...

Also, to make it more visual, I plotted the time I get from `users.messages.list`. As you can see, there is a drop, so we got 2 messages with date way...

What is even worse, it appears that `users.history.list` does not provide results in chronological order neither, despite Google claims so (https://developers.google.com/gmail/api/reference/rest/v1/users.history/list) (citation: `Lists the history of all changes to the...

Moreover, as you can see in the above test, `users.history.list` can return records, that contain invalid message ids (the GMail API query error indicates so and I can reproduce it...

I believe that our icon generation scripts fail if they can't generate icons. The electron builder should fail as well ... This is strange. I understand it did not happen...