Dom Delnano

Results 266 comments of Dom Delnano

@dmivankov I believe this is a duplicate of https://github.com/bazelbuild/rules_jvm_external/issues/686 and after upgrading to rules_jvm_external 4.3 I no longer have this issue.

I maintain a [terraform provider](http://github.com/ddelnano/terraform-provider-xenorchestra) for [Xen Orchestra](https://xen-orchestra.com) and leveraging this new functionality would allow me to avoid reimplementing similar logic in the terraform provider. What's the remaining work here?...

@ranjith-hash I believe the "not updating my cloudinit" is caused by https://github.com/terra-farm/terraform-provider-xenorchestra/issues/205. Once a VM is created, the cloudinit is fixed until the VM is recreated. I'll likely be giving...

Sorry for the slow response on this, but this will be fixed in v0.26.1 of the provider.

While `gotestsum` does not handle `go test` timeouts that result in `panic`s, I've determined that I can extend it easily to support the behavior I need (https://github.com/gotestyourself/gotestsum/commit/8c70ff05e83bc93e5e042151a4d25343f1dfe4f8). My sample test...

I have confirmed that the changes in #217 result in a build that succeeds even when a subset of tests hit the timeout and panic. This significantly reduces the manual...

This is no longer an issue as there is build infrastructure within the Vates lab now.

My earlier comment was about the `sr.createIso` rpc call. That appears to be around creating a [iso storage repository,](https://github.com/vatesfr/xen-orchestra/blob/2e514478a42521ee1c32f18b9a5bda86123538b7/packages/xo-server/src/api/sr.mjs#L164-L181) so the REST api method you linked to seems like what...

I'm not planning to support fetching files from remote locations in the initial support. Terraform doesn't support having scratch filesystem space for providers (https://github.com/hashicorp/terraform/issues/21308) and while the [go-getter](https://github.com/hashicorp/go-getter) client would...

Once this is released it's possible some users may run into https://github.com/vatesfr/xen-orchestra/issues/6590. The XO team will be providing updates on that issue.