Niclas Schwarzlose
Niclas Schwarzlose
I've developed a crate for my bachelor's thesis to make working with `unsafe` code a little bit safer. It works by annotating `unsafe` functions with the preconditions that need to...
I've developed [a library](https://github.com/aticu/pre) for my bachelor's thesis to make working with unsafe code a little bit safer. It works by annotating unsafe functions with the preconditions that need to...
I've recently encountered a backup where the `Info.plist` file was missing. It is however not required to decrypt the backup. Nevertheless decryption of a backup with the current code is...
When an autostart file on Windows uses a `.lnk` file, only that file is stored, instead of the executable it is pointing to. While the `.lnk` is probably also interesting...
**Describe the bug** Tables don't work in a horizontal UI layout.  The same table, but in a vertical layout (see code below):  **To Reproduce** Steps to reproduce the...
As mentioned by @dancrossnyc in #39, pre fails to build in the latest nightlies. After testing this seems to be the case since `nightly-2024-07-22`. The problem is that `&'static str`...
When looking at hexdumps, I frequently find myself wishing for easier ways to distinguish between the different bytes that are just specified as `.` in a normal hexdump. I previously...