Marc Lacoursière

Results 25 comments of Marc Lacoursière

The frontend should be using the backend provided in the same guilde... at the moment, I can't guarantee it's the case. Can someone inspect the network to make sure it's...

@sig-noi the code literally gets the latest version ```bash git checkout $latestrelease ```

That's caused by a busybox nslookup bug introduced after 1.28.4. https://github.com/kubernetes/kubernetes/issues/66924#issuecomment-411806846 The docker-image resource type is using an alpine image, which is derived from a busybox version including the bug....

@ischepin have you found a solution? I am also trying to cancel LND gRPC streams in Elixir once my client got what it needed.

I've had a similar networking problem and found a solution... Under an hypervisor, I had made a template out of a plain Docker VM. I then cloned it into 3...

Steps I did: - create a microVM - ssh into it - created a tarball containing all of `/etc/ssh` - use [wormhole](https://github.com/magic-wormhole/magic-wormhole) to warp that tarball into the host -...

Yeah, you're right, `sudo nix-channel --list`, issues `nixos https://nixos.org/channels/nixos-22.11`. Most probably is why.. thanks!

I know this isn't related to this project, but how can I declaratively upgrade my channels from `22.11` when `nixos-version` shows `23.05`. That current setup is not using flakes for...

I have successfully deployed a new VM with it, with no extra configuration, thanks for the help! Now, how do you rebuild a vm with this thing?

Where can I find Citadel documentation about how to interact with bitcoin core on such a node?