Anton Filimonov

Results 378 comments of Anton Filimonov

Thanks for the suggestion. This could be a part of scratchpad window, as there are already several data transformations there. This is also a good example of an extension, that...

Thanks for reporting this. Looks like there is some incompatibility with TBB malloc memory allocator and Windows 11. @ankrman could you set environmental variable TBB_MALLOC_DISABLE_REPLACEMENT to 1 and try one...

Great! The issue has been investigated here: https://github.com/microsoft/mimalloc/issues/498. Apparently this is a questionable code in in `shell32` where `mallocd` (or `newd`) memory is directly deallocated using `RtlFreeHeap` (which goes wrong...

Did a fresh install of Win 11 to VirtualBox VM. Crash is not happening with Qt6 build. So the issue seems to be less frequent. Could it be that you...

Hi, sorry for that. The problem is with the way how memory allocation is done in Windows shell library. I don't think that will be fixed any time soon. The...

Recent builds (23.06) don't use global malloc override anymore as it causes issues like this one.

Hi thanks for suggestion. It is already possible to import\export highlighters. That can be extended for other settings. Rigth now all settings are stored in text files, so it should...

Thanks for reporting this! I don't have all windows version for testing. Klogg doesn't call this function. This could be a limitation of newer TBB version.

This sounds similar to #470, there the shortcuts problem were caused by some incombapitibility between old Qt version and appimage. Which Qt version are you using?

Thanks for your testing efforts! Properly testing all combinations of OS+Qt version is difficult. Looks like there is indeed some incompatibility with older Qt versions even outside of Appimage environment.