Rui Lopes

Results 311 comments of Rui Lopes

That would be great. I can try to get it working in github actions. By any chance, have you tried https://github.com/vadimgrn/usbip-win2?

FWIW, I think the problem is somewhere at https://github.com/cirruslabs/packer-plugin-tart/blob/v1.3.1/builder/tart/step_run.go#L208-L238. I've created https://github.com/rgl/use-packer-vnc-bootcommand to replicate the problem from a separate go application. It can replicate the problem, but I have no...

I'm still looking into it. So far, the procedure to install the package that I've found is: 1. using sftp, upload the .npk file to the router root directory. 2....

Having the status/caveats at, e.g., https://www.talos.dev/docs/v0.12/virtualized-platforms/vmware/ would be great. Also showing how to integrate with https://github.com/kubernetes-sigs/vsphere-csi-driver would be pretty awesome.

while trying to implement this with the workflow: ```console root@provisioner:~# tink workflow get 2ae17713-1b09-11ec-9f98-0242ac120002 --format json | jq -r .data[].data version: "0.1" name: esxi global_timeout: 1800 tasks: - name: esxi-install...

Any news about this? Something like what @2opremio proposed would be really nice to have :-)

Oh, we can already manually propagate arguments! Sorry about the noise... I ended up using something like: ```go nameFlag := flag.String("name", "dummy", "Service name.") flag.Parse() s, err := service.New( &dummyService{},...

Sorry, but this is not the authoritative repository and now that I'm looking at this, I have no idea where the authoritative repo went! let me known if you ever...

In the mean time I've tried the obvious change of `cmd` to `CustomShell` and it did not work. I'm afraid its not that simple to change this, or even possible...

FWIW, this is also being mentioned in https://github.com/virtio-win/virtio-win-pkg-scripts/issues/76#issuecomment-2103185076.