Bartosz Korczyński

Results 69 comments of Bartosz Korczyński

In the editor repo you will not see any latest/recent discoveries regarding file formats, for this you should rather visit [TrinityCore repo](https://github.com/TrinityCore/TrinityCore/blob/master/src/common/DataStores/DB2FileLoader.cpp) or the [DBCD repo](https://github.com/wowdev/DBCD) which provides DBFileReaderLib and...

I believe it might be a good occasion to use protobuf format parsing. Big part of the PR is introduction of "monster_move" structure (here named CreatureMovement). Protobuf already does it...

I had similar problem and in my case it was related to Metal as the default rendering backend. In my case sometimes popups were like 1px tall, making them unusable....

Hi, I do not have time to add support for cmangos tables. Adding support for it doesn't require any coding, just JSON editing. Feel free to contact me at discord...

> Pretty weird, I used dotMemory as well to fix previous memory leak, and I used latest master (well, couple of days old now). And there was only one memory...

This problem still happens with latest master (11.2.999-cibuild0047389-alpha), but only on macOS

I am trying to understand the code, it would be great if anybody could go through this and help me understand it. Native `AvnAccessibilityElement` holds a pointer to `IAvnAutomationPeer`. https://github.com/AvaloniaUI/Avalonia/blob/d5ca06ff2432dcc4671a4ed795a5ce6a5cdadddc/native/Avalonia.Native/src/OSX/automation.mm#L56-L60...

@Gillibald As far as I understand, the problem is that the Native wrapper - MicroComShadow keeps a strong reference to AvnAutomationPeer, while `MicroComShadow` itself if rooted, thus never collected, neither...

Hi @moolicc, The project is indeed a bit behind the upstream, but I do keep an eye on GitHub notifications :) I noticed there's one thing missing in the minimal...