Weijia Wang
Weijia Wang
- **Etcher version:** 1.18.13 - 1.19.3 - **Operating system and architecture:** NixOS, x86_64-linux - **Image flashed:** Arbitrary image - **What do you think should have happened:** Image selected successfully, being...
The default Waydroid images do not work on Apple Silicon due to its lack of 32-bit support. A solution has been posted in waydroid/waydroid#692, and it will be nice if...
By definition of epoll_event, https://github.com/jiixyj/epoll-shim/blob/605be8c2e14b21cd73a714fde93ed5f8c08a7a01/include/sys/epoll.h#L46-L52 the following test might fail on non-x86_64 platforms: https://github.com/jiixyj/epoll-shim/blob/605be8c2e14b21cd73a714fde93ed5f8c08a7a01/test/epoll-test.c#L343-L346 For example, on Linux / macOS on M1 (aarch64), the size should be 16.
Hi, we are [Weijia Wang](https://github.com/wegank) & [Jonathan Ringer](https://github.com/jonringer), the [release managers](https://nixos.github.io/release-wiki/Release-Managers.html) for NixOS 24.05 ("_Uakari_"). The next NixOS release is planned for the end of May 2024, you can see...
`GetOptions(opts)` returns 10 values, while `MSolveRealRoots` only receives 9.
The comment in `interfaces/msolve-to-maple-file-interface.mpl` https://github.com/algebraic-solving/msolve/blob/07c7cb2c0eaa7dba7c54dc1e64178fea58e40d6a/interfaces/msolve-to-maple-file-interface.mpl#L21-L24 is not accurate, as the sed command does work for macOS users with GNU sed, which is common for Nix users in a build environment:...
Looks like libeufin is a bit outdated compared to the other components: https://taler.net/en/news/2024-06.html
This PR moves the packaging logic from `flake.nix` to `default.nix`, so that all packages, including overview and options, can be built with `nix-build -A some-package`, and be evaluated with `nix...
`-no-acpi` was removed in QEMU 9.0, see https://www.qemu.org/docs/master/about/removed-features.html#no-acpi-removed-in-9-0.
This PR splits `flakes/manual.toml` into multiple files under `flakes/manual/`, and modifies `.github/workflows/check-flake-files.yml` so that it only runs on the modified files.