Sean Baildon
Sean Baildon
Trying to follow along to understand what's my issue and what's an issue with `home-manager` at the moment, After ```bash $ nix build path:.#homeConfigurations.sbaildon.activationPackage $ result/activate ``` Everything works okay...
I was sure to pin a version of `home-manager` that included `nix path` support, found in the PR https://github.com/nix-community/home-manager/pull/2840/files, but it didn't work for me. I blew away my entire...
For anyone arriving here and using `fish`, you can achieve the same with `commandline -i (pet search)`
...and with a wrapper function you can define a subcommand ```fish # ~/.config/fish/functions/pet.fish function pet if test (count $argv) -ge 1 -a $argv[1] = "alte" commandline -i (command pet search...
> What is the Peer spec of your laptop. Did you set persitent-keep-alive to 0? Because the endpoint is not updated if it is 0: > > https://github.com/squat/kilo/blob/05e8ded744207571389e208353209016c449ba79/pkg/mesh/topology.go#L275 Brilliant, that's...
Defining a peer with a persistent keep alive of 0 ```yaml apiVersion: kilo.squat.ai/v1alpha1 kind: Peer metadata: name: laptop spec: allowedIPs: - 10.5.0.1/32 publicKey: SzhsHapvJy61urzHTAvx3Iu7ANlO+PGbsPy/mKY8U10= persistentKeepalive: 0 ``` Still sees kilo...
Some mysterious behaviour I don't quite understand; I have a peer configuration called `phone` that is intended for my well, uh, phone, which didn't cause mesh reconciliation—I'm tailing kilo's logs....
I moved the private key from `dummy` to `phone`, kept the rest the same; mesh reconciliation. Reset `phone` back to the original keypair—no reconciliation. 🤯
Asking for clarity; this the issue I should be tracking if I'm interested in watching for rewrite support in [`HTTPRoute`](https://gateway-api.sigs.k8s.io/guides/http-redirect-rewrite/#rewrites)?
Here’s a use-case where I wish I could have used the postgres provider as a data source: I have a database that contains user-provided domain names. I wanted to periodically...