David Bond

Results 15 comments of David Bond

Hello, I too am getting this error when trying to do dry runs of migrations against a new PostgreSQL instance running in a CI pipeline: ```bash error: first /migrations/: file...

``` drwxr-xr-x 2 root root 4096 Jan 21 22:54 . drwxr-xr-x 29 root root 4096 Jan 21 22:54 .. ``` Looks like the issue must be down to how the...

@dhui Apprently my CI provider doesn't support mounting files this way, I'll have to change the pipeline to use the CLI directly instead!

Requires https://github.com/jetstack/version-checker/issues/7 first.

Would you be better supported if the terraform provider allowed you to query devices based on an alternative field than `name`? The provider could allow you to search based on...

> @davidsbond thanks again for the time you are taking to discuss all of this. No problem, thanks for being a user and helping improve the provider. > Since we...

Thanks for all the detail, without having some random string appended to the hostname I'm not sure any other workarounds are possible. Let's see how the team at Tailscale are...

Hey @rsyring, so deleting a device is a little bit complicated when it comes to the terraform provider, as devices cannot be created using it. A terraform provider typically describes...

@pellegrino personally, I don't think this is a good way to go, if we can't actually create the device via API calls we shouldn't provide a resource for it. I'd...

Wanted to try out version-checker in my Raspberry Pi K3s cluster, but wasn't able to due to no arm64 images. Would be great to be able to run this tool...