Results 137 issues of Florian Schmaus

We currently use the following code to diff the latest version of ebuilds from a package for tex development ```bash diff_package() { local pkg="${1}" local cat="${pkg%%/*}" local max_gentoo_repo_version=$(pquery --max -r...

docs

pkgdiff can cause large files in the used temprorary directory that are not cleaned up on exit. Using /tmp for those, which is often a tmpfs, which means that the...

Ignore the "parsed" Linux kernel version information if there are non-ASCII at the beginning of the selected buffer. Fixes #27.

This options makes eclean-kernel create (or update) a portage user set called 'eclean-kernel-preserved'. Since user sets are automatically part of the world set, this prevents kernels that are preserved by...

### Description This is a follow up on https://github.com/ietf-tools/xml2rfc/issues/561. I am currently working on packaging [xml2rfc for Gentoo](https://github.com/gentoo/gentoo/pull/27749). Since Gentoo is a source-based distribution, it is able to run the...

enhancement

Add TableBuilder API, which is a Java-shim over Picnic's Table.Builder API. Unfortunately Table.Builder is not accessible from Scala (and probably other JVM-based languages). The Scala incompatibility of Table.Builder comes from...

As discussed in https://github.com/petertodd/python-bitcoinlib/pull/38 I suggest the following approach.

I am very curious why support for the EXT4_IOC_GET_ENCRYPTION_PWSALT `ioctl()` and the iteration routine over mtab was removed. After reading some e2fsprogs and linux kernel source, it appears the idea...