Eval Exec
Eval Exec
### What problem does this PR solve? Problem Summary: This PR add a `bench_ibd_sync` crate to benchmark the ckb IBD sync timecost ### Related changes - make some struct/mod/function public,...
### What problem does this PR solve? This PR is a pre-task for "make blocks download and blocks verification asynchronous". [tasks](https://github.com/nervosnetwork/ckb/pull/3689#issuecomment-1318365944) The purpose of this PR is to move `OrphanBlockPool`...
### What problem does this PR solve? Issue Number: #3668 ### What is changed and how it works? When ckb is in IBD mode, newly downloaded blocks will pushed into...
Fix the documentation for `hex_decode`. #46
When I execute `duf -warnings`, I got "operating not permitted" in duf's output: ```bash $ duf -warnings /run/user/1000/doc: operation not permitted โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ โ 4 local devices โ โโโโโโโโโโโโโโโโโโฌโโโโโโโโโฌโโโโโโโโโฌโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค โ MOUNTED...
``` $ ghi list # slarsar/leetcode_solutions open issues Traceback (most recent call last): 15: from /usr/bin/ghi:3157:in `' 14: from /usr/bin/ghi:94:in `execute' 13: from /usr/bin/ghi:1526:in `execute' 12: from /usr/bin/ghi:2602:in `execute' 11:...
Hello, some makefile target need user input, so it would be nice if `makefile-executor-execute-target` can support `universal-argument` like `C-u compile`. ```elisp (defun makefile-executor-execute-target (filename &optional target) "Execute a Makefile target...
I have encountered a situation where the code gets stuck indefinitely and the content in the channel's buffer is not dropped when the receiver is dropped. I'm not sure if...
I bind a custom shortcut to emacs by `tdrop -r emacs` when I first run `tdrop -r emacs`, the emacs window appears here:  Then I run `tdrop -r emacs`...
**Is your feature request related to a problem? Please describe.** The current duration format in the GH-Dash project is not user-friendly. **Describe the solution you'd like** Display duration in the...