Dan Williams

Results 29 comments of Dan Williams

Yup, unfortunately #1342 is not fully fixed, as some newly-typed commands are definitely not getting added to Atuin's history (they are in Bash history and I can access them through...

I've noticed two types of command that don't show up in Atuin's log: - Compound commands, e.g. `cargo build && cargo clippy && cargo doc` - Commands that use `git...

Interactive commands don't seem to get added - e.g. `nano`. (Talking about the Atuin history here.)

@bitshop wow. That's... insane... 🤯 Perhaps I didn't leave it long enough... I left it a good couple of minutes and nothing seemed to be happening. What on earth is...

@dannyneira thank you - I am very pleased (and a little surprised, based on the other comments above) to report that that updated Debian package did work 🙂 I downloaded...

...out of interest, running *without* the Wayland support flag doesn't work, and has the same problem as originally reported.

@nathan I don't really follow about the constructors, but regarding `From`, [this PR](https://github.com/chronotope/chrono/pull/1373) adds `Months::as_u32()`, which should allow you to determine the value of months. Using that method you can...

@pitdicker @jtmoon79 @djc thank you all very much for your time and consideration! 🙂 I appreciate the effort you have gone to in order to review and assess - and...

@djc > So in previous discussions I think my preferred direction at least was to avoid adding more stuff to `Duration`. In my mind `Duration` should morph into something maybe...

@djc > > > So in previous discussions I think my preferred direction at least was to avoid adding more stuff to `Duration`. In my mind `Duration` should morph into...