Aleksa Sarai

Results 232 issues of Aleksa Sarai

Most of the support code already exists (especially once we merge #572) but there are some questions of how the API should work for this kind of extraction. For one...

When designing `umoci.json` I went with the bare-minimum design of a static version number, but this means that if we add new features we will either have to silently add...

While we picked `apex/log` because it had nicer formatting than `logrus`, it seems that `apex/log` is no longer maintained and we should probably move to something else (if for no...

It's not really clear what this is supposed to do (the docs imply that it marks the directory as a whiteout directory, but in practice such directories act like regular...

question

While talking to folks about [libpathrs](https://github.com/openSUSE/libpathrs), one common topic of concern is that switching to a CGo dependency for a library which is not (yet) widely packaged can be difficult,...

Each release requires going through the list of PRs and trying to parse out what a reasonable changelog entry is (possibly ~6 months after the patch was last discussed and...

backport/1.2-todo
backport/1.3-todo
backport/1.4-todo

We have used this release policy for a year and it seems to work well for everyone and we haven't received much feedback, so it seems reasonable to say that...

easy-to-review

We've seen a slight uptick in pull-requests and bug reports which appear to be LLM-generated, so it's probably about time to come to a decision on what we should and...

At the moment we do not provide the source code for glibc, which is a bit of a problem. It wouldn't make any sense to compile glibc ourselves, so the...

At the moment the only way of removing an annotation is to use `--clear` to remove all annotations and then re-add all of the ones you want. It might make...