Naheulf
Naheulf
If you want some default limits I think you can use 1024 repetitions of the sequence or 1MB of data, whatever came first. And if you can also add a...
I first think it was a bug from the VS installer so I created [an issue](https://developercommunity.visualstudio.com/t/Bootstrapper-fail-to-create-offline-layo/10718807) on them forum. But that does not seem the case. Any ways, here is...
I can help for that too. (I'm French), will do it this week.
I started the review this morning and I found an inconsistency in the source (English) strings. Let's take these two English 'translations': > "hex.builtin.achievement.starting_out.docs.desc": "Open the documentation by selecting Help...
The confusing part is this array of episodes number because we can't know which line should match which value:  I think a simple value labelled "Corrected episode number" will...
Can reproduce with ImHex Nightly "Aug 3 2025 at 06:53:53" windows zip Can reproduce with ImHex 1.37.4 Windows MSI. But cannot reproduce with ImHex 1.37.1 Ubuntu deb (Ctrl+Z don't do...
Can reproduce with ImHex 1.37.4 Windows MSI.
Ok’ according to WerWolv in Discord it should be fixed by https://github.com/WerWolv/ImHex/commit/9557041c3a6c547b5227a40e643d7525860da07a but I can’t make ImHex crash and show this pop-up again. So it is hard to tell…
> Could some error checking in the downloading/unpacking process solve this issue? Like making sure the .tar file exists before trying to unpack it. No. This won’t works because Windows...
And by the way, if I set `[[fixed_size(4)]]` twice with two different sizes it doesn't complain even if it doesn't makes any sens: ```rust struct Test { u32 *ptr:u32; }[[fixed_size(4),...