Conrad Ludgate
Conrad Ludgate
Seems like synology uses a package manager we're not on. If you're on x86 platform, you can download the prebuilt release: https://github.com/ellie/atuin/releases/download/v0.10.0/atuin-v0.10.0-x86_64-unknown-linux-gnu.tar.gz
Ah, right, libc... I think you'll have to build from source then using cargo. In the readme is a section about installing with cargo
Are you trying to use the public sync server, or a private one?
This makes me realise though that we have bad error messages in this path, I'll submit a patch later
My search mode, do you mean prefix vs fuzzy?
Hmm, I'm not to familiar with fish, but it does look like we are missing the `/dev/null` redirect that we use for bash/zsh. Maybe that's the issue
I can confirm. We are currently using `&; disown` to spawn the end command in the background, but my testing shows it still outputs the stdout/err. We just need to...
Not sure why tests are failing. They work locally
Developing for older MSRVs on an M1 mac is hard 🙃 the minimum rust I can install is 1.49
> > Developing for older MSRVs on an M1 mac is hard 🙃 the minimum rust I can install is 1.49 > > FYI, you can use `rustup toolchain add...