handewo

Results 10 issues of handewo

Fail to compile in CentOS Stream 9 when update to the latest kernel. **kernel version: kernel-headers-x86_64-5.14.0-437.el9** Error info: ``` [root@localhost exanic-software]# make make -C modules/exanic make[1]: Entering directory '/root/exanic-software/modules/exanic' make...

Maybe add mouse to select cell is more convenient. And further, add modify function to selected cells is expected. Just my suggest for your reference

`bandwhich` CPU utilization is too higher than `iftop` Here is two test case on x86_64 platform: **Case I** ![image](https://github.com/imsnif/bandwhich/assets/20971373/5f149766-ec12-4829-aba6-d7a580af3cfd) ![image](https://github.com/imsnif/bandwhich/assets/20971373/4146515a-76ec-4ec9-a229-cd7fd7f02d0b) **Case II** ![image](https://github.com/imsnif/bandwhich/assets/20971373/651f9610-2971-4f0d-81e4-9d4df4b8e632) ![image](https://github.com/imsnif/bandwhich/assets/20971373/d09faa18-b5b9-46ad-af4d-49c457c54524)

bug
help wanted

### Description It is insecurity for session directory with mode 755, I suggest change to 700. It is better to modify the default session directory path to ~/.cache/ . ```bash...

enhancement
inactive

### 可复现的链接: no link ### 问题描述与截图: [email protected] ```bash transforming (1046) node_modules/xe-utils/uniqueId.js[@vue/compiler-sfc] :deep usage as a combinator has been deprecated. Use :deep() instead of :deep . [@vue/compiler-sfc] :deep usage as a...

bug

OS: Rocky Linux 9 ecc version: 0.3.4 ```bash > $ ./ecc minimal.bpf.c INFO [ecc_rs::bpf_compiler] Compiling bpf object... INFO [ecc_rs::bpf_compiler] $ "clang" CommandArgs { inner: ["-g", "-O2", "-target", "bpf", "-Wno-unknown-attributes", "-D__TARGET_ARCH_x86",...

This PR adds an experimental `no-tty` Cargo feature that allows the crate to be used in some environments where spawning a new pseudo-terminal (PTY) per session is impossible—e.g. when using...

How to implement password input? It seems like reedline doesn't support disable echo.

enhancement

## Note: this is a breaking API change. **New feather:** This is useful if you need to update the handler without relying on a mutex (or similar synchronization). here is...

```rust fn run_on_socket( &mut self, config: Arc, socket: &TcpListener, ) -> RunningServer pub struct RunningServer { inner: F, shutdown_tx: broadcast::Sender, } ``` Because of all fields are private in `RunningServer`...