August Wikerfors

Results 8 issues of August Wikerfors

This project currently doesn't contain a license file, and while most source files contain an LGPL notice, some of them only contain the text `Copyright © 2017 tihmstar. All rights...

This project uses `fseeko`, `ftello` and `strdup`, which are POSIX extensions. Compiling with `-std=c11`, which doesn't support these functions, causes the following warnings: ``` common.c: In function 'read_file': common.c:172:2: warning:...

After [this commit](https://github.com/tihmstar/libgeneral/commit/210aa949151ce9851a44ab8623667dc749a5c74e) to libgeneral, it tries to include `CUSTOM_LOGGING` as a file if it's defined. It's defined to `1` in futurerestore [here](https://github.com/tihmstar/futurerestore/blob/2f0686d3559f1543fc0c0c741b68e1ae940c5a30/configure.ac#L84) which causes the following error when building:...

This project uses POSIX extensions, which causes at least the following warnings and errors when compiling with `-std=c11` and `-std=c++11` (using GCC 9.2.0 on Arch Linux) since they don't support...

Version 1.0.0 of libirecovery and version 2.2.0 of libplist changed the library names from `libirecovery` to `libirecovery-1.0` and from `libplist` to `libplist-2.0`, respectively, which causes idevicerestore to not find the...

When checking this package using namcap (an Arch Linux tool that checks for packaging errors), I get this warning: ``` libfragmentzip-git W: Unused shared library '/usr/lib/libzip.so.5' by file ('usr/lib/libfragmentzip.so.0.0.0') ```...

Currently the site-packages directory is searched first when importing kitchen.release, which can cause issues if the installed version of kitchen is broken. To fix this, insert source_dir first in sys.path.

### Environment Include the result of the following commands: - `nginx -V` ``` nginx version: nginx/1.29.2 built by gcc 14.2.0 (Alpine 14.2.0) built with OpenSSL 3.5.2 5 Aug 2025 (running...

bug