Cong Chen

Results 5 issues of Cong Chen

~/.nixpkgs/darwin-configuration.nix: ``` { config, pkgs, ... }: { # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget nix.package = pkgs.nix;...

run `cargo check --all` inside tikv project, and error occurred. ``` tikv git:(update_dependency) ✗ RUST_BACKTRACE=1 cargo check --all Compiling afl v0.6.0 Compiling librocksdb_sys v0.1.0 (https://github.com/tikv/rust-rocksdb.git#0876316d) error: failed to run custom...

help wanted

A simple PR to fix a typo.

Intel® I211-AT works well with SmallTreeIntel82576.kext on Big Sur. It doesn't have internet though it can connect to router normally and is assigned a IP on Monterey. Motherboard: ASUS PRIME...

最近也在做一个Android客户端练手,登录不知道该如何实现,看了你的代码,好像和论坛API页面介绍的不一样。