nathan

Results 14 issues of nathan

When running coreutil's `dd status=progress` with `ibs`, `obs`, or `bs` set to a large amount (>=1G), updating progress takes (potentially much) longer than a second. GNU's `dd status=progress` consistently updates...

U - dd

### Summary The code below triggers `clone_double_ref`, which makes Clippy state it can not compile. The compiler, however does not complain and successfully builds the program - some of Clippy's...

C-bug
I-suggestion-causes-error
I-false-positive

I think I can do to clean up this code a bit, but I'd love a code review and suggestions to make it better.

This might require a big refactor of the way hex/ASCII is currently displayed. Many editors (regardless of being hex editors or not) have the ability to move the cursor to...

enhancement

Page Up and Page Down should make the cursor jump a screens' worth of bytes (`lines_per_screen` * `bytes_per_line`) since it'd be easier and quicker to navigate the contents of a...

enhancement
good first issue

In larger files, keying your way to the selected byte isn't going to cut it. GHex has a "Goto/Jump to Byte" feature that allows a user to input a byte...

enhancement

Suggested in a [Reddit comment](https://www.reddit.com/r/rust/comments/wj7wm4/comment/ijg2lm2/?utm_source=share&utm_medium=web2x&context=3), but putting it here if there are any ideas. I think it'll be complicated to do this, and I don't think many hex editors support...

enhancement

As per [this feedback](https://www.reddit.com/r/rust/comments/wj7wm4/comment/ijgnhbn/?utm_source=share&utm_medium=web2x&context=3), - Give more spacing between functions - Add comments to generate rustdoc - Add additional comments on [obscure code](https://github.com/ndd7xv/heh/blob/9970480f2cb0825e918c268bb8b02b80d5b5ab5c/src/screen.rs#L102) I'm extending this beyond the listed recommendations...

documentation

# Background If you run something like ```bash kill # which you can probably get with $(ps -ef | grep heh | grep -v grep | awk '{print $2}') ```...

With the addition of a dark mode for the website, the only way for readers to change theme would be to change their OS preferences. It would be nice to...

enhancement
help wanted