Eval Exec

Results 155 issues of Eval Exec

```bash $ cargo nextest --version cargo-nextest-nextest 0.9.66 $ ~/.cargo/bin/cargo-nextest --version cargo-nextest 0.9.66 ``` The output of `cargo nextest --version` is `cargo-nextest-nextest 0.9.66`, I think this is not right?

I write a unit test for windows platform: https://github.com/eval-exec/playground/blob/main/signal/src/lib.rs It will register a signal handler, send Ctrl-C signal to itself after 2 seconds. When I run the unit test by...

bug
windows

Hello, In the current implementation, `RangedDuration` won't align key_points to One Day, One Hour, One Minut or One Second. This cause the label is hard to read. https://github.com/plotters-rs/plotters/blob/c34fcc0a13394f19e86d199fa5fb5b004c650d27/plotters/src/coord/ranged1d/types/datetime.rs#L761-L787 ![image](https://user-images.githubusercontent.com/46400566/236181507-4a2e3d01-66ba-4ceb-891b-9045459f27d3.png) The...

I think it would be more convenient if there is a function `use-package-find` that can jump to the position of user specific package position. Like leaf's `leaf-find`. Ref: https://github.com/conao3/leaf.el#leaf-find-feature

enhancement
moreinfo

Thanks for your `git-open` plugin, it helped me a lot. And I think it would be helpful to add open a file feature, for example: ```bash $ ls . .....

### What problem does this PR solve? Issue Number: close #4253 What's Changed: ### Related changes - Set a block in 60 days ago as default assume_valid_target if user doesn't...

t:enhancement
m:sync

### What problem does this PR solve? use `rust-toolchain.toml` to define ckb's rust toolchain version, fix https://github.com/nervosnetwork/ckb/security/dependabot/22 What's Changed: ### Related changes - Delete `rust-toolchain` file - Add `rust-toolchain.toml` file...

### What problem does this PR solve? Problem Summary: In the current integration test, `PoolPersisted` is only permitted to be executed on non-Windows platforms, as there is no `stop_gracefully` implementation...

t:ci

### What problem does this PR solve? Working in progress. Thinking and trying to make Synchronizer download block and ChainService verify block asynchronous. What's Changed: #### a sequence diagram to...

t:enhancement
m:sync

### What problem does this PR solve? Problem Summary: https://github.com/nervosnetwork/ckb/blob/b78864dce2ad1a7236d14124c5a7afbe6f0f0cc2/chain/src/chain.rs#L804-L810 In `fn reconcile_main_chain`, if `switch` is `Switch::DISABLE_ALL`, tx fees won't be calculated and saved into `BlockExt`, this will cause `RewardCalculator::block_reward_internal`...