Conrad Ludgate

Results 323 comments of Conrad Ludgate

> And I cannot believe that in the 21st century there are people who think that providing gui framework without working gui editor and expect users to manually edit text...

> Hey @conradludgate thanks for doing this, it looks like a great contribution! Is there any way to test this? Sure! I'll look into it later

Ctrl-j/k does work. But as you pointed out we don't have an insert/normal mode distinction

We have preview window support for now, below the terminal line. > add a Preview window to the right. It would show not just the command, but also other details...

Thanks for the nudge! > Did anything end up blocking this? axum 0.6, but we should get that merged soon #674 As for > I've figured out a way to...

Closed in favour of https://github.com/conradludgate/atuin-server-sqlite

@ellie and I are not against getting some basic powershell support, but neither of us run powershell or have the time right now to get familiar. We have started to...

The core functionality required is almost ready in #1036. I have added unofficial sqlite server support in https://github.com/conradludgate/atuin-server-sqlite. @ellie and I decided recently that we don't intend to have sqlite...

From looking at the code, our keys are 32 bytes, and tiny_bip39 supports 32byte entropy to be used as 24 word formats. So we could potentially use our existing key...

Just tested it, adding `bip39::Mnemonic::from_entropy(&key.0, Language::English)` to the code, and I do indeed have a nice 24 word phrase!