Hennadii Chernyshchyk
Hennadii Chernyshchyk
### Requested feature It would be great to provide integration with https://github.com/NeogitOrg/neogit to display `Neogit*` buffers as a special buffers. I think that branch display is unnecessary, it's already displayed...
## Version of xpadneo 0.9.5 ## Controller Model - [ ] Xbox One S controller - [ ] Xbox Elite 2 controller - [x] Xbox Series X|S controller - [x]...
- **App Name:** Koi - **Icon Name:** `koi`, `koi_tray` - **Description:** Theme scheduling for the KDE Plasma Desktop. - **Webpage (optional):** https://github.com/baduhai/Koi - **Original Icon:**  
- **App Name:** Sunshine - **Icon Name:** `sunshine` - **Description:** Self-hosted game stream host for Moonlight. - **Webpage (optional):** https://app.lizardbyte.dev/ - **Original Icon:** 
**Is your feature request related to a problem? Please describe.** In order to have HW acceleration in apps like Moonlight I need to install patched version of ffmpeg from AUR:...
**Is your feature request related to a problem? Please describe.** Alarms in `gnome-clocks` doesn't work if the phone is in sleep. **Describe the solution you'd like** We could use [these](https://gitlab.com/postmarketOS/pmaports/-/merge_requests/2342)...
Recently megi released [rk2aw with patched U-Boot builds](https://xnux.eu/log/090.html) This bootloaders have many benefits (especially for PPP), but looks like patched U-Boot uses `extlinux.conf` while `boot.scr`. I would suggest to migrate...
[plasma-mobile-settings](https://github.com/dreemurrs-embedded/Pine64-Arch/tree/master/PKGBUILDS/plasma/plasma-mobile-settings) should depend on `plasma-settings` from the official repo because `plasma-mobile-settings` doesn't have any executable.
Without this I have the following error: ``` :: Synchronizing package databases... danctnix-testing.db failed to download danctnix.db failed to download core is up to date extra is up to date...
Let's consider the following test: ```rust #[test] fn mixed_clap_flatten_defaults() { #[config] #[derive(Parser, Debug, Default)] #[clap(author, version, about, long_about = None)] struct Conf { #[clap(flatten)] package: Package, } #[derive(Args, Default, Debug,...