Smirnov Vladimir
Smirnov Vladimir
Same problems running with ASAN (built-int VS feature, /fsanitize=address) on qt 5.12. on 5.15 different issue, not on QApplication constructor, but a destructor. With VLD similar issue with QNetworkAccessManager constructor...
1. in d2modgen I already implemented that, you can randomize affixes as well. 2. also implemented in d2modgen, there are 3 different options (or 3+1) for density.
Oh, here ia the answer why RTTR uses own string_view. Any progress on this MR?
Same problem for downloading some games, e.g. https://9eyesgs.itch.io/mask-of-mists, as download link goes to https server (http works fine). Same behaviour on Ubuntu18 FF, Chrome, Windows 10 FF and Edge
than use original unique name with tier number. Sorry, uniques now use same name over and over. no numbers at the end. Set items do use numbers. What do you...
Ok, nice idea, thanks. Not sure how and when I can do it :)
@TianpingHsu Hardly solve. Well, Visual Leak Detector (VLD) do some good stuff. /fsanitize=address do something too. But basically I need to apply and revert patch on codebase that disables a...
I found #define XAR_OPT_VAL_GZIP "gzip" #define XAR_OPT_VAL_BZIP "bzip2" #define XAR_OPT_VAL_LZMA "lzma" defines in https://opensource.apple.com/source/xar/xar-36.2/xar/include/xar.h.in.auto.html Are they usable? can i change method in PKGArchive.m ?
It strange, I tried to do xar-lzma on 10.14, and it seems not working: ``` $ xar -caf 1.xar Screenshot.png Error while creating archive:(Screenshot.png): lzma support not compiled in. ```...
Also, could you please provide link to official lzma compressed package?