Colin Snover
Colin Snover
The peg macro currently only accepts a subset of attributes which means that it is not possible to suppress warnings in code generated by the macro without applying suppression to...
If the variable used for a `{% for item in seq %}` tag is not defined, and the `item` variable name shadows the `seq` variable name, Twig assumes the `seq`...
This is a three patch series of changes to the way endianness is handled in binrw. The first patch adds metadata traits (ReadEndian and WriteEndian) that are used as a...
This just seems like a thing to me where it should be all or nothing, because I think splitting the difference gives a false impression that there are fewer helpers...
Stick that `#[cfg_attr(doc_cfg, doc(cfg(feature = "cool_stuff")))]` thing wherever it needs to go, I guess.
Copied from #9: Error recovery by rewinding the stream on parse failure is implemented only in the derive and the default impls. Requiring manual implementations to handle this themselves is...
Unfortunately, the `repr` feature does not work and fundamentally cannot work efficiently because the write-side always receives references to values, but (1) there are no `From` conversions for any std...
### Problem description ImHex looks bad on high-DPI displays (at least Linux/Wayland) and the scaling slider doesn’t work right (it just makes everything bigger, but still blurry). ### Implementation description...
### Problem description WerWolv/ImHex#1814 ### Implementation description 1. Remove the flag that wrongly tells `ImFontAtlas` that it owns font data, and remove that parameter from the function signature entirely since...
### Operating System Linux ### What's the issue you encountered? ImHex segfaults on exit in the `FontAlias::m_fontData` destructor: ``` #0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44 #1 0x00007ffff70a6b6f in __pthread_kill_internal...