dreirund

Results 106 issues of dreirund

The [`README.md`](https://github.com/zedshaw/lamson/blob/master/README.md) says > *using the best technology currently available.* But the last commit to the project was on 2013-03-07, more than 10 years ago. So the sentence is probably...

Ahoj, I have enabled your repository `[home_justkidding_arch_Arch]` as mentioned [↗ here](https://wiki.archlinux.org/title/Unofficial_user_repositories#jk-aur) for some time already, in my `/etc/pacman.conf` I have ``` [home_justkidding_arch_Arch] SigLevel = PackageRequired DatabaseRequired Server = https://download.opensuse.org/repositories/home:/justkidding:/arch/Arch/$arch ``` Now...

Ahoj, ### Short: Build fails with ``` error[E0432]: unresolved imports `crate::app::ImageStorage`, `crate::app::ImageType` ``` and subsequent errors (E0061, E0277, E0308, E0432, E0433, E0599, E0659). ### In detail: I am building this...

For me, it fails while linking: ``` g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -pipe -g0 -march=x86-64 -mtune=native -O3 -flto -ffat-lto-objects -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -fpermissive -Og -fno-lto -gdwarf-5 -ggdb -gno-strict-dwarf -g3 -gpubnames...

This bundles binary libraries. But what is their source? Please bundle their source (and build recipe), or link to their source. Also, installing this python module installs binary libraries for...

This software still depends on Python2. This is out of date since several years. Can this be migrated to Python3, please? Regards!

https://github.com/audreyt/ethercalc/issues/1#issuecomment-5246984 says: ``` To enable this mode, start ethercalc with a "--key" parameter: ./bin/ethercalc --key 85b5dd7a-8afe-11e1-bca8-002332d309a4 Under this mode, /:room simply redirects to the /:room/view URL. ``` But I will...

I have buolt DeaDBeeF from source from this git repository, Checkout on 2024-04-11, latest commit hash: 6b69ff9a8. I use the GTK3 UI plugin. When in the DeaDBeeF GUI I go...

Bug

Shebang line of [`arandr-indicator.py`](https://github.com/denilsonsa/arandr-indicator/blob/master/arandr-indicator.py) requires python 3: ``` #!/usr/bin/env python3 ``` But [`README.md`](https://github.com/denilsonsa/arandr-indicator/blob/master/README.md) states that python 2.7 is required: ``` Requirements [...] * Python 2.7 ``` Regards!

Note: There is an Arch Linux package of this in the AUR: [aur/`arandr-indicator-git`](https://aur.archlinux.org/packages/arandr-indicator-git). If you want you can mention it in your [`README-md`](https://github.com/denilsonsa/arandr-indicator/blob/master/README.md). Regards!