ahrm
ahrm
I don't think so.
Unfortunately I can't reproduce this issue on my machines. Is there a specific action that causes this issue?
I can't reproduce the issue, does the issue happen on the latest preview release here: https://github.com/ahrm/sioyek/releases/tag/sioyek3-alpha0?
Does the error happen on the preview build here: https://github.com/ahrm/sioyek/releases/tag/sioyek3-alpha0?
Is it with fresh database files (`local.db` or `shared.db`)? Or are you using the old database files?
I think they should be inside sioyek.app (sioyek should print them when running it from the command line). Is it possible for you to build sioyek from source?
It is possible the old database files are causing compatibility issues. Does the new sioyek version crash when you move the database files?
I have made a script here that migrates the database: https://github.com/ahrm/sioyek/discussions/1156#discussioncomment-10614340. Of course this is only for the preview version, in the final version we do this migration automatically, but...
Hmmm, if you don't have private data in your files could you email me your database files so I can see if there is something wrong? Alternatively, if you have...
I was able to reproduce the long load times when opening the previous documents list, the issue is indeed qt taking a long time to render the huge list. In...