Eval Exec
Eval Exec
## Feature description Hello, I found the `flycheck-rust-cargo-workspace-root` is a heavy blocking function on large rust project, such as `rust-lang/rust`, it will call shell command: `cargo metadata`, it's very may...
 Thank you for the rg.el project. How about removing the empty line above `File:...`? Is it easy to implement? If so, could you guide me on how to achieve...
Hello, flycheck-rust is a great work, Thank you! `rustfmt`/`cargo fmt` is a cheap operation to check current rust file is format valid or not. It's cheaper than `cargo check`/`cargo clippy`,...
### What problem does this PR solve? This PR want to fix: https://github.com/nervosnetwork/ckb/actions/runs/15949795066/job/44988260041 What's Changed: ### Related changes - checkout ckb's git repo before running ci ### Check List Tests...
### What is changed and how it works? ### Related changes - [x] For devchain, add `MULTISIG_ALL_V2` to devchain's genesis block. - [x] Add `enum BundledSystemScriptVersion` for `enum Resource::Bundled`, since...
### What problem does this PR solve? This PR want to fix ckb-rocksdb build on gcc15: https://github.com/rust-rocksdb/rust-rocksdb/pull/1007/ ### Related changes - Upgrade ckb-rocksdb ### Check List Tests - Unit test...
## Feature Request #### Is your feature request related to a problem? Please describe. CKB's CI runner OS is currently Ubuntu 20.04 LTS (Focal), which reached end of standard support...
### What problem does this PR solve? This PR want to add socks5 proxy and onion support for ckb. Add `network.proxy` and `network.onion` config: ```toml # [network.proxy] ### The proxy_url...
### What problem does this PR solve? The init_tip_hash in ckb.toml currently points to the block hash at height 10,000 on testnet. This PR updates the default init_tip_hash to use...