Vasily Galkin
Vasily Galkin
For CLI-only version aarch64 linux build also would be useful. I've tested vulkan compute on Nvidia jetson with ubuntu 18.04 - it works without problems. But I as most jetson...
Similar problem arises after editing the pattern in Pattern Editor window. ImHex says that there are unsaved changes, but didn't remind that they are in the pattern editor and not...
@paxcut Great thanks! I didn't tried master since it had pattern editor GUI [bugged for me](https://github.com/WerWolv/ImHex/issues/1649) Renamed this bug to only track "size > 1" case However regarding the theoretical...
It seems that something changed in the 4.45.2 release compared to 4.45.1 I have the single remote: ``` % git remote -v origin [email protected]:group/utils.git (fetch) origin [email protected]:group/utils.git (push) ``` However...
I had the same issue with appimage buildrunnign on Ubuntu 24.04. Appimage provides some gtk libs as a dependency, thats fine but the problem aries with file open dialog: qt...
TLDR: I want suggest another change, see changest at last link I'm new to rust, so I'm not sure that the change is for example compatible with older compiler versions,...
Seems to be fixed by https://github.com/WerWolv/ImHex/commit/10351c5bdc27ee3cd943316c719f086a9adc6439 - I have cursor ok with .deb Ubuntu 22.04 build from last nightly - https://github.com/WerWolv/ImHex/actions/runs/9009032110 This was nightly-only bug never presented in tagged release,...
Looks interesting. Is this a binary build for mac via nix infrastructure? Regarding the bug itself - I plan to make a prerelease tag usable by nix build with a...
In short: thanks for reporting. This is known behavior and is mostly harmless. (I've noted the crash on Ctrl+C while piped as a separate issue #17). Detailed: The reason of...
Thanks for suggestion, good idea. I have some plans on adding timed mode testing (exit infinite testing after some specified time) - that mode will immediately exit on error. The...