Results 6 comments of Log

> Hi! What is Open3 and what "your document" are you referring to? "README.md" document ![a](https://github.com/user-attachments/assets/6fa1d93c-86d7-47d9-951c-008b28e755bc) ![b](https://github.com/user-attachments/assets/d7ecc049-c484-4fa0-8541-a28cd7a6148a)

> 谢谢你的建议。为什么要这样做? > > 请注意,您可以使用生成器上的方法更改数据库文件所在的文件夹的名称。`.name(yourName)``MyObjectBox` > > 注意:我用“需要更多信息”标记了这个问题,这样如果没有后续评论,它会在几天内自动关闭。 Thank you, I do this to store multiple database files in the same path

> [@z2010643575](https://github.com/z2010643575) looks like this issue was fixed in [104a0f0](https://github.com/skylot/jadx/commit/104a0f063646910dddee4ddc0ae7203508e0d042). Can you check latest master commit or [latest unstable build](https://nightly.link/skylot/jadx/workflows/build-artifacts/master)? It doesn’t work it seems that this commit didn’t actually...

You can check the video I sent — opening text files like "xposed_init" almost always causes a freeze, but other files don’t seem to have this issue. During my multiple...

> [@z2010643575](https://github.com/z2010643575) thank you for details 👍 I was able to reproduce this issue and looks like the cause is a deadlock while updating UI inside background thread in code...

> [@z2010643575](https://github.com/z2010643575) I commit changes to split background and UI loading for code area, this fixed the issue. Also, I reworked background executor to remove processing delay for short tasks:...