Hennadii Chernyshchyk

Results 692 comments of Hennadii Chernyshchyk

I [posted](https://aur.archlinux.org/packages/ffmpeg-v4l2-request-git#comment-956784) the updated PKGBUILD in comments, it compiles.

It's because `gnome-settings-daemon` is not longer shipped after 6366412eea3f3a40e584b279626f0cb1bb5f2318. But it's necessary to include patch that disables suspend notification, see https://gitlab.gnome.org/World/Phosh/phosh/-/releases/v0.31.0#patches-that-arent-merged-upstream-yet Ping @Danct12 to ask to bring it back. Thanks!

Talked with megi, the issue were on the U-Boot side. And switching to extlinux.conf is not necessary, it should work with boot.scr too. I tried the updated version from https://megous.com/dl/tmp/ppp.tar.zst...

@Danct12 I think `extlinux.conf` is way better and simpler way configure the system. I would suggest to migrate to it.

I talked with danct and looks like we can't because we need dynamically identify a boot device on boot up and it's impossible from `extlinux.conf`. `boot.scr` doesn't work because we...

I talked with megi and he enabled `CONFIG_CMD_UNZIP`. So now it boots without configuration.

But it will look like this: https://github.com/dreemurrs-embedded/Pine64-Arch/issues/571#issuecomment-1662549407. With extlinux.conf I can set label and background. So I would consider migration to `extlinux.conf`. Maybe we could generate it or let user...

I think that observers have an overlapping use case with `Deferred`...

> And for things like the SceneEntityMap, we would only implement the MapEntitiesMut trait? `SceneEntityMap` is a mapper, `MapEntities(Mut)` is for components. I think splitting into two traits and providing...