xiaogdgenuine

Results 37 comments of xiaogdgenuine

@abbeycode Thanks for the info, u are right I shouldn't put my judgment too early, I will try to profile in `Release` mode, my test rar archive contains about 2k...

@abbeycode I run some rough profiling, and the result is really interesting, I use a test rar file with about **900** pictures in it, here is the result: - Extract...

Instead of using the compiled version of `UnrarKit`, now I'm embedding the `UnrarKit` project into my project directly, so I can read & modify the source code, I will try...

I made it!!! I record the `header offset` of entry when we iterate through the entire entry list(which only happens once), and use that `header offset` to ask `unrar` seek...

@abbeycode I just push my PR, it would be great if u can spend some time to help me refine & review it, it's my first time trying to modify...

不好意思,可达暂时不支持服务器的文件上传,你看到的这个是一个 UI 上的 Bug,实际上服务器界面不应该出现这个导入的菜单的。 这个功能以后会开发,但优先级不是很高,还请耐心等候谢谢🙏

Hi @sincebyte , Doll is using macOS's Accessibility API to get the badge text directly from dock element, so you can do the same, develop a macOS terminal app that...

Good point, will release this in new version.

Released: https://github.com/xiaogdgenuine/Doll/releases/tag/v0.0.8

thank you @aon, I will reopen this issue, let me try to reproduce and fix it in next version