jasonwilliams / anki

Anki VSCode Plugin
MIT License
273 stars 31 forks source link

Fix issue #121 by sending each card separately to avoid overloading a… #130

Closed ccammack closed 1 week ago

ccammack commented 2 weeks ago

…nki-connect.

Before applying the fix, create a large deck as described in #121 and send it to Anki. Resending the deck a second time without any changes may trigger a disconnection error. Changing the cards using sed as described in #121 and resending will most likely trigger a disconnection error.

Apply the fix and repeat to see that the error no longer happens.

Please note that I bumped the version to 1.3.4 because 1.3.3 was already released. The marketplace version acted like it was out of date even though the version said 1.3.3.

jasonwilliams commented 2 weeks ago

Thanks, appreciated. I will try and read through the issue and take a look when I have some time.

ccammack commented 1 week ago

Actually, I have switched to Emacs to manage my decks and am not willing to spend any more time on this. It sounds like you have a good fix in mind so I'll go ahead and close this request. Thanks for looking at it.

jasonwilliams commented 1 week ago

Actually, I have switched to Emacs to manage my decks and am not willing to spend any more time on this. It sounds like you have a good fix in mind so I'll go ahead and close this request. Thanks for looking at it.

@ccammack thats a shame, thanks for the contributions anyway, is this emacs org mode you're referring to? Was you using emacs before?

ccammack commented 1 week ago

Yes, but I just started looking for ways to edit decks and found a package called anki-editor that does what I need in org mode.