Hennadii Chernyshchyk

Results 131 issues of 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...

new feature

## Version of xpadneo 0.9.5 ## Controller Model - [ ] Xbox One S controller - [ ] Xbox Elite 2 controller - [x] Xbox Series X|S controller - [x]...

0 | type: enhancement

- **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:** ![koi_tray](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/assets/22453358/316b518a-0754-4f7f-b293-5a9ef19a6c61) ![koi](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/assets/22453358/2013a9db-792b-4783-8afc-b4de73afba56)

icon request

- **App Name:** Sunshine - **Icon Name:** `sunshine` - **Description:** Self-hosted game stream host for Moonlight. - **Webpage (optional):** https://app.lizardbyte.dev/ - **Original Icon:** ![logo-sunshine-45](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/assets/22453358/c0a3e636-b03e-4b9f-8d52-045dfd9e6131)

icon request

**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:...

enhancement

**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)...

enhancement

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...

enhancement

[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,...