pedr
pedr
I added all the code to this PR, I just need to update the description. The 30s for the first request is not really ideal. The problem is that we...
~This is a case where using the `promising-pool` lib is better than `Promise.all`. If we were using `Promise.all` we wouldn't be able to stop the execution midway (for example, if...
We talked about having each operation throw an error when the limit is reached instead of the class having a state that identifies if the limit has been reached. The...
I tried to create a cleaver solution by keeping track of what file were being created, associating it with item.id to avoid using a folder that didn't belong to that...
Looking at how Obsidian handles special characters, I made this test on Linux. I want to test on Windows too. - They don't allow `\ / :` in folder name...
I could not reproduce this bug, I tried creating a user with a long password and a user without a password just creating one after following the email confirmation link...
PR is ready to review again.
I'm struggling to avoid a problem in the new SyncTargetJoplinCloud login. I'm writing this down so you maybe can help me think about it, or maybe I just to help...
> I'm struggling to avoid a problem in the new SyncTargetJoplinCloud login. A similar error happens when - User without 2FA is logged in desktop application in the older version...
I pushed another "feature": When Joplin Cloud is selected as the synchronisation target and the users clicks "Check synchronisation configuration", we check if the user is Authenticated, if it is...