Yukari Chiba
Yukari Chiba
Add support for RISC-V 64 arch.
> The kernel parses parameters from the kernel command line up to "--"; if it doesn't recognize a parameter and it doesn't contain a '.', the parameter gets passed to...
> The kernel parses parameters from the kernel command line up to "--"; if it doesn't recognize a parameter and it doesn't contain a '.', the parameter gets passed to...
I noticed that https://github.com/ostreedev/ostree/commit/4d95848b8c5d2bc400bcf795e5307f01b404dcd4 introduced `statx` which is not supported by [musl](http://musl.libc.org/). To reproduce, compile ostree v2024.4 with any musl-based distro (e.g, alpine).
- Add `node-emoji` to translate emoji in telegram messages to ascii since emoji is not visible in Minecraft. - Add brackets to messages from Minecraft to Telegram to avoid some...
Currently OBS does not support workers connected from IPv6. This commit enables BSRPC to parse IPv6 hosts, which allows jobs to be dispatched via IPv6. (Tested on [self-hosted OBS instance...
随着最后一场发牌子的 IFS@Home 的结束,本仓库已经完成了它的历史使命。宅家里参加 IFS 的时代已经成为了过去,是时候出门了。 本仓库将在不久后被归档,感谢三年以来所有用户与开发者的支持!
From the documentation of NetworkManager: (https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/docs/internal/device.md) > PLATFORM_INIT: NetworkManager is waiting for udev to announce the device. Note that NetworkManager can't touch the device until then because udev might perform...
Currently OBS has a problem with file lookups for the Arch repo, resulting in potentially incorrectly generated `.files` files (missing path prefixes). As described in https://perldoc.perl.org/Archive::Tar::File : > `$path =...
Currently Arch build script does not filter out unsupported architectures in `arch=()` and set `exclarch`. According to [ArchLinux Ports RFC](https://gitlab.archlinux.org/dvzrv/rfcs/-/blob/rfc/arch_linux_ports/rfcs/0032-arch-linux-ports.rst), the `arch` field for PKGBUILDs is now not limited to...