boo-yee

Results 38 comments of boo-yee

> > > the situation with the API syncing is making it very very difficult to switch to nixnote for any user that has more than 2k notes and above...

Hi, wokawoka. I hope this reply is not too late. I made a PR for this issue and it may probably solve it, since I compared the logic of evernote-backup...

If you'd like to, I can offer you a binary under Windows here: https://github.com/boo-yee/nixnote2/releases/download/v2.1.10/nixnote.zip. Update: And also for Linux there is appimage now. https://github.com/robert7/nixnote2/releases/download/continuous-develop/NixNote2-x86_64.AppImage

I feel very glad to receive your reply and appreciate your help. I think, if syncing all the notes takes too long time, syncing only part of your notes is...

> Do you have any suggestion? Is there something that I could try in order to make it work? It should be the code, not your mkstake. I think I...

If the rate limit exceeded exception does not appear, then the issue about the api should be fixed. As I was not sure if my changes would bring any side...

The resources such as the images in the newly synced notes is correctly synced together, right?

> Since we are here, do you think that it's safe for me doing these tests with you on my (very much important) notes? > Should I pull a backup...

If opening the source code of a note, you will see the link of images.

In src/qevercloud/QEverCloud/headers/export.h, you could change Q_DECL_IMPORT to Q_DECL_EXPORT. When I tried to build for the first time, I just did that too. There was an upgrade of qevercloud earlier, and...