BlueGreenMagick
BlueGreenMagick
The latest master worked. I tested my changes and found no issues. Let me know if there are any problems or if anything can be improved.
What is your daily limit on new cards? Perhaps you exceeded them? Since unseen cards should be searchable in browser, I think this is a different issue from BisonCaretaker's.
The same error occured to me when I tried drawing anything with pencil tool. I had texts on seperate layer, and several masks on the mask layer. Windows 10, Anki...
As a warning to others, databases created with noppaz's fork seems to be slightly off. Everything else seems to work fine, but using a `SET` query to create a new...
Using the apoc plugin, I exported the entire database with `apoc.export.cypher.all`, then imported it in a new database by running the cypher file. (Following the steps in this [blog](https://medium.com/neo4j/efficient-neo4j-data-import-using-cypher-scripts-7d1268b0747)) The...
I exported and imported the _entire_ database in cypher file. The newly imported database doesn't have the `SET` problem, so `gds.pagerank.write` worked fine on the new database.
You may need to reset add-on config.
The plugin is copying all resource files each time rebuild is triggered due to watch. `build.onStart` and `build.onEnd` is triggered on each rebuild. I think the asset copying should be...
I can guess what might be causing the problem, but it's working fine on my macbook. Can you tell me what platform(windows/mac/linux) you are using, and the Anki version?
Thanks for the report! I didn't know of the problem because I use a Mac. I looked into it, and yes, it's not an intended behaviour, but it's not easy...