Niclas Schwarzlose

Results 7 issues of 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. ![Image](https://github.com/user-attachments/assets/d2eecbe1-e1b3-4e43-8065-46f1642bbec6) The same table, but in a vertical layout (see code below): ![Image](https://github.com/user-attachments/assets/60c48d36-c9ef-43f5-b475-c49478e4e3d6) **To Reproduce** Steps to reproduce the...

bug

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...