Randy Barlow

Results 43 issues of Randy Barlow

**lnav version** 0.10.1 **Describe the bug** Gentoo's QA system found that lnav does not build with lto enabled. **To Reproduce** The following `CFLAGS` were used: ``` CFLAGS="-O2 -pipe -march=x86-64 -frecord-gcc-switches...

bug

Greetings! A Gentoo user [reported](https://bugs.gentoo.org/802084) that libfmt appears to be bundled in this project. I didn't see a way to build against a system-provided libfmt using the `configure` script. I've...

enhancement

**lnav version** 0.9.0 **Describe the bug** A Gentoo maintainer has reported that lnav fails to compile. I noticed that they had been building with `--without-ncursesw`, which seems to be a...

bug

/usr/bin is not intended to be used for locally installed software. /usr/local/bin is a more appropriate place to default to storing locally installed scripts, as per FHS[0]. [0] https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s09.html

**Checklist** - [X] I've searched for similar feature requests. --- **What enhancement would you like to see?** I would like to be able to do the equivalent of this curl...

enhancement
needs product design

I've observed that Mergify uses the ```.mergify.yml``` file from my project's default branch, rather than using the ```.mergify.yml``` from the pull request's target branch. It would be nice if it...

I've been told that hawkey is being replaced with dnf and libdnf. The README links to hawkey documentation but does not link to any documentation to dnf or libdnf. Please...

dnf5

While trying to solve https://github.com/fedora-infra/bodhi/issues/3193 today, I found that the [hawkey tutorial](https://hawkey.readthedocs.io/en/latest/tutorial-py.html) still teaches users about the removed ```hawkey.Repo``` API: https://hawkey.readthedocs.io/en/latest/tutorial-py.html#loading-repositories I also noticed that the hawkey [changelog](https://hawkey.readthedocs.io/en/latest/changes.html) does not...

``` [vagrant@bodhi-dev delme]$ python3 -c "import libdnf; libdnf.repo.Repo('test', libdnf.conf.ConfigRepo(libdnf.conf.ConfigMain()))" double free or corruption (fasttop) Aborted (core dumped) [vagrant@bodhi-dev delme]$ rpm -q libdnf libdnf-0.31.0-2.fc29.x86_64 ```