Results 10 issues of Bob131

It took me a while to work out what was happening, until I noticed I had an extra 'S' on my macro invocation :) Apparently either is equally valid. I...

## Expected behavior Given a buffer with the following contents (where `|` indicates the point) ``` | ``` Executing `M-: (sp-get-enclosing-sexp) RET` should return `(:beg 1 :end 25 :op ""...

There are several objects (`DnfPackage`, `DnfReldepList`, `DnfReldep`) that internally hold a reference to the `DnfSack` to which they belong, but don't expose API for getting this information; instead, the library...

dnf5

I've been thinking about some of the awkwardness that currently exists around diversions: scheduling issues touched on in #2840, hidden state confusing GDB (e.g. #2867) and users (e.g. #1968) and...

I attempted to surround several individual lines at once. More accustomed to using evil-surround through the `ys` operator than with `S` in the visual state, I put a cursor on...

Fixes #37 This patch set just goes through the compiler errors and fixes each of them. I'm yet to add a final commit adding the flag to the meson config...

enhancement

ref #161 Presenting: The World's Smallest Pull Request

enhancement

The directories `/var/lock/copr-backend` and `/var/lock/copr-dist-git` don't get created by `systemd-tmpfiles-setup.service` at system boot (at least for me on Fedora 39). The issue seems to be that `systemd-tempfiles` only computes dependencies...

packaging

PyGObject, for instance, installs a pkg-config file and headers, exposing the type conversion glue in a way that's usable for other applications. This is quite handy in the case of...

Signing functions in the `signature` and `x509` modules often take `PrivateKey` parameters, using them in a software implementation of the signature protocol. This is an issue because it's common for...

enhancement