Otavio Salvador

Results 288 comments of Otavio Salvador

@dminuoso is it available somewhere?

Here: https://github.com/otavio/nix-config/blob/master/lib/default.nix#L6-L24 I had to add: ``` specialArgs = { inherit inputs; }; ``` but it is already done at https://github.com/otavio/nix-config/blob/master/lib/default.nix#L36.

I've been using colmena to deploy some DigitalOcean machines and while reworking the network config have lost connectivity few times, so having checks is very welcome.

Yes, this is indeed a serious issue. An alternative, is to use same approach which clippy actions does (https://github.com/actions-rs/clippy-check#limitations) it prints out the summary and fail if there are any...

Couldn't we warn user when the tool runs as well? We could check if it is running on macOS and if the engine is podman, error out.

I'd love to help as well. We use cross on some of our internal libraries and also made some images for it.

Hello all, is there any news on this? We seem to have many people offering to help but no activity yet. Is there any ETA to move on?

I've been trying to review and help.