Takuya Wakazono
Takuya Wakazono
Since ffmpeg 4.4, `AVStream.skip_to_keyframe` is no longer public. From the comments, it seems that it should not have been used in the first place. See: https://github.com/FFmpeg/FFmpeg/commit/108864acee1d7b0cde653cee113f3001f1b8915a ### log ``` mega/src/gfx/qt.cpp:1212:18:...
Image server is starting to restrict LXD users. We should encourage our users to use Incus. Related: AlmaLinux/almalinux.org#447
From what I can see, all `WITH_ZCHUNK` option does is define `WITH_ZCHUNK` that is not used for anthing. Does this option do actually do anything other than add zchunk dependency...
rpmbuild with default dbpath will write to /var/lib/rpm. Set it to the temporary directory.
Support MIRACLE LINUX → AlmaLinux migration. Since they do not publish official container images, let CI use unofficial images I created. I've briefly tested that the migration is working, but...
alts runs tasks in containers that require internet access. However, the current setup does not inherit the proxy settings from the host. To support proxy environment, we need to inherit...
Since django requires the hostname to be RFC compliant, using the container name for pulp_host will result in an error. https://github.com/AlmaLinux/albs-deploy/blob/b750910a3a8c7aa3cbd850a4bf1a72818a52c71c/roles/dev_deploy/templates/alts_config.yaml.j2#L26 ``` albs_alts-celery_1 | [2024-06-30 05:05:33,823: INFO/MainProcess] Operation completed successfully...
**Describe the bug** rpm 4.20 fails to build linux kernel with `make rpm-pkg`, which uses both `--build-in-place` and `--noprep`. **To Reproduce** Steps to reproduce the behavior: ``` git clone --depth...
**Describe the bug** When booting from NFS root with overlayfs module, the system always hangs on shutdown. **Distribution used** - Debian trixie/sid - CentOS Stream 10 **Dracut version** - 106-5...
`\.` is not a valid escape sequence since Python 3.12 and generates a warning. It will become an error in a future version. https://docs.python.org/3.12/whatsnew/3.12.html#other-language-changes