Zhaofeng Li

Results 17 issues of Zhaofeng Li

Consider the following `assh.yml`: ``` hosts: '*.ec2': Comment: - AWS EC2 Hosts - e.g. i-12345.us-west-1.ec2 ResolveCommand: /bin/sh -c "aws ec2 describe-instances --region $(echo %h | cut -d '.' -f2) --instance-ids...

This PR adds correct handling for the `AT_EMPTY_PATH` flag in `fstatat64`. `AT_EMPTY_PATH` allows an empty string to be specified as the path, in which case `fstatat` should operate on the...

Hello, Andrew. There's a better way to have users' stylesheets updated without using any browser add-ons, in case if you are not aware. You can create a central stylesheet [under...

###### Description of changes This update brings the long-awaited [Vulkan support](https://blog.ryujinx.org/vulkan/) ([full changelog](https://github.com/Ryujinx/Ryujinx/wiki/Changelog)). Tested on the Steam Deck with [Jovian-NixOS](https://github.com/Jovian-Experiments/Jovian-NixOS): ![Screenshot_20220807_175238](https://user-images.githubusercontent.com/2189609/183318928-bc01ded9-f42c-45eb-a564-0111ca4f7a36.png) Note that all existing shader caches created before 1.1.200...

10.rebuild-linux: 1-10
10.rebuild-darwin: 0
10.rebuild-linux: 1
12.approvals: 2

*Issue #, if available:* N/A *Description of changes:* An underflow occurs on line 160 when `stack_depth` is smaller than `FRAMES_TO_SKIP` (i.e., stack_depth = 1). This occurs on riscv64 where the...

Old description `fetchurl` needs to be used since it's a bundle of multiple commits and `fetchpatch`'s normalization will ruin the ordering. For PinePhone Pro, [this DT patch](https://gist.github.com/zhaofengli/5378d1a207e27eefaafe401edf16321b) is required but...

1. device: pinephone/pro
0. priority: (WIP)

Early WIP for the Amazon Fire HD 8 (8th generation) aka `karnak`. ## Working - [x] Boot - [x] Wi-Fi ## Not Working - [ ] Framebuffer Console - [...

type: port

(fixed) Currently doesn't work with APV due to some new module definition conflicts. We may want to adopt [adevtool](https://github.com/kdrag0n/adevtool) which is what ProtonAOSP and GrapheneOS have switched to. Tested with...

Many people aren't aware that packages may have optional parameters that can be overridden. We should expose them in the search interface so there is more visibility. An example is...

### Description Since 2.4, the Nix installer [no longer](https://github.com/NixOS/nix/commit/ec9dd9a5aeb9b7fca170d86b8906ffac7e5ef057) adds the `NIX_PATH` environment variable to shell profiles, because Nix now has a built-in search path if it's unset. However, home-manager...