James Stone
James Stone
I wonder if you need to do something like this https://www.linuxserver.io/blog/routing-docker-host-and-container-traffic-through-wireguard I am also suffering this issue, but haven't had time to really look into it
Hello I was wondering if anyone had any luck setting the `MTU` inside github actions? at the moment I have: ```yml - name: Tailscale uses: tailscale/github-action@main with: authkey: ${{ secrets.TAILSCALE_AUTHKEY...
thanks, that is what I needed: ```yml - name: restart docker with smaller MTU run: |- temp=$(mktemp) jq '. + {"mtu": 1280 }' < "/etc/docker/daemon.json" > "$temp" sudo mv "$temp"...
Similar problem, I found the plugin, but it is deprecated https://plugins.jetbrains.com/plugin/5055-lua
Hi all, awesome work! ( both repo and docker) @8cH9azbsFifZ how did you go with the wellness data? Were you thinking of exposing it through the cli ?
Ahh just found your changes https://github.com/felipeam86/garpy/compare/develop...8cH9azbsFifZ:develop
Interesting... I got the same error when attempting to convert an old `xls` not an `xlsx`
could you use the twitter channel https://ifttt.com/twitter
@codecowboy Just so I'm on the same page do you mean something like this ....   Sorry IFTTT doesn't allow sharing of maker channel recipes
Hey made those changes! but not sure, from security point of view, if separating the dependencies from the blender install is ideal.