orca-zhang

Results 100 comments of orca-zhang
trafficstars

没有尝试过,应该是可以的,是要用到闭包吗?

I'd like to provide a SlowUnlock function that scan and try to close memory-mapping files in all the processes. And it's only tried to close memory-mapping files in those processes...

You can quick test by small modification https://github.com/ez8-co/unlocker/blob/master/unlocker.hpp#L904 Move out `CloseMapViewOfFile` without check the result that remove the if condition. ``` if (CloseMapViewOfFile(hProcess, path.c_str())) { ``` -> ``` CloseMapViewOfFile(hProcess, path.c_str());...

> > I can do this, if nobody is already working on it. > > @mr-manuel go ahead, I tried a while ago but couldn't get it working because of...

> hey community, any progress with OnlyOffice for CasaOS? It's 2024... @konashevich I quickly handled it based on @charagender 's work, but it seems that the OnlyOffice Document Server used...

人在外地,等我回去看下

我这边没有能够复现,不过我把所有stdout的输出相关无用代码删除掉了,再编译看看,然后最后一句说的`转换后文字消息`是什么意思呢?是显示什么错误信息了吗?

qt_lib_bootstrap_private.pri已提交,可以看看最新版本能否编译,也可以通过清理cad2x-converter/3rdparty/qtbase/mkspecs/modules-inst目录尝试

转pdf是有这个已知问题,是LibreCAD实现问题,之前尝试过没成功,目前还未修复,根本原因是线条的粗细有问题

你可以试试放大了看,应该能看到那个线条太细了。