Trapier Marshall

Results 6 comments of Trapier Marshall

now with pretty-printed json.

> Is there a workaround here if you're in the editor and you realize what's about to happen? Empty the file completely and save or something? If I'm in `vim`...

Thanks @rjmccabe3701! With that config the one-line case is covered by `yss-`. I wish `ysip` didn't remove indentation, but that seems to be default surround behavior. I edit a lot...

Most likely have run out of IP addresses on that network. Swarm networks default to `/24`. Each task gets an IP and each service gets a VIP. Have more than...

`docker network inspect` unfortunately only shows only endpoints running on the local host. Using the network control plane (`inspect --verbose`) as a guide, the number of IPs allocated on the...

Added the following to my `configuration.nix` on nixos: ``` nixpkgs.overlays = [( final: prev: { autokey = prev.autokey.overrideAttrs (upstream: { patches = (upstream.patches or []) ++ [ # https://github.com/autokey/autokey/issues/974#issuecomment-2487007454 (builtins.toFile...