Nik

Results 408 comments of Nik

Hi Would it be possible for you to test if linking to an older SDK works fine on the newer OS versions? I don't have any mac myself so I...

I have not pushed a new flatpak release. I just fixed added the `NFD_PORTAL=ON` thing to the cmake script. There will be a new flatpak release in the next few...

Hi That would definitely be a cool thing to have. Please submit your PoC as a PR if you can and I'll review and merge it :)

Hi I just tested this on a new Ubuntu 22.04 VM and it seems to work fine for me. Does the filepicker just not appear for you? ![image](https://user-images.githubusercontent.com/10835354/181829247-405115cb-12a6-4b6a-8d9a-d0bcfdfaf8b5.png) With the...

Hmm it looks like one of the Apple frameworks can't be found. ImHex is being built on macOS 11 currently so it's possible that it won't be backwards compatible. It...

Hi! Your mockup indeed looks very neat. However, I have concerns about the actual readability. Right now the pattern data view shows precisely the data people are interested in, all...

Yes! Sorry. My idea originally was to separate the actual data and the interpretation since the binary data in most cases is not that interesting anymore when you have the...

Hi! I considered adding it at the start but held off because when decoded, these files can place data anywhere in the entire address space. It should however be possible...

@AkhilTThomas @Mikaz-fr There are various providers in the builtin plugin to use as template. They are very simple, basically just a read and a write function you need to implement....

Hey, where exactly is the crash happening? `addToolbarItems` looks fine to me. This code is run once every frame so all the stuff in there is done synchronously. The provider...