BlueGreenMagick
BlueGreenMagick
It could be used to get other users' info - their works and bookmarks.
When testing on a fiction with 2000+ bookmarks, came across an issue of server responding with `Retry Later` message instead. Should I add a time delay between requests? Or I...
If anyone needs it, I've posted the code I used to get files from public folders on [Stack Overflow](https://stackoverflow.com/questions/64488709/how-can-i-list-the-contents-of-a-mega-public-folder-by-its-shared-url-using-meg/68639204#68639204).
Probably a duplicate of #10. I posted the code I used to get and download files from public folders using this library's crypto module on https://stackoverflow.com/questions/64488709/how-can-i-list-the-contents-of-a-mega-public-folder-by-its-shared-url-using-meg/68639204#68639204
@hojun0705 It looks like this code is written in Python 2, but you are trying to run it in Python3. To run the code on Python 3, replace `intern()` to...
Here's a repo using a git submodule: https://github.com/BlueGreenMagick/Review-Hotmouse/ in `addon/ankiaddonconfig`. I'd love to make a PR, but I'm not sure how to go about implementing that. I can do it...
I think a possible solution to this would be to ignore minimum word length when using hotkey to invoke tooltip. And only apply min word length when using double click.
Try disabling Night Mode
Thanks for the feedback. I'm not sure why I haven't thought of testing it with empty string. I modified the code, would this be alright?
Is the refactored add-on in working state? I edited my changes, but I could not test it as I was unable to get a popup window open even without my...