Results 37 comments of contrun

I built two nioxs profiles with [almost identical configuration](https://github.com/contrun/infra/). So both devices are running nixos, and their atuin version are all 0.10.0. I am using zsh on both devices. Please...

@alanz Based on the milestone title, I wonder if it is still going to happen. I'd like to contribute. How can I get started?

Can you please submit this to nixpkgs?

How can I change the protoc command path?

Yeah. We can build images for multi architectures by buildx. Here is an example https://github.com/victor-rds/docker-etebase/blob/master/.github/workflows/publish-alpine.yml . Here is the results https://hub.docker.com/r/victorrds/etesync/tags?page=1&ordering=last_updated

Hi @rb-anssi, thanks for the review. I am not an expert on webassembly. My main use case is deterministic signature generation and verification. As far as I know, it is...

@Noah-Kennedy Thanks for the explanation. I am trying to build a wireguard server with boringtun and [smoltcp](https://github.com/smoltcp-rs/smoltcp) (a more usespacy server that terminates tcp and udp sockets and starts new...

@Noah-Kennedy Thank you for your explanation, now I understand better how wireguard works. Still, I don't know how to make a server out of boringtun. Say I have a set...

OK. Thanks a lot. I think pre-allocating a few `Tunn` for each peer probably is enough for what I want for now. But most ideally, as you said > Unfortunately,...