Adam Friedman

Results 41 issues of Adam Friedman

Context: https://github.com/tintoy/msbuild-project-tools-server/pull/54#discussion_r1290584766 CC: @DoctorKrolic

question
investigating

Hi. I'm the author of an [equivalent extension for VS Code](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) and was thinking of porting my extension to Visual Studio, but then I saw your extension and it looks...

As noted by @kumarappanc, there's currently no cross-check for this and it can lead to weird behaviour because we actually ignore the VLAN Id if the IPv4 address has been...

bug

Consider using [errors.Wrapf()](https://godoc.org/github.com/pkg/errors#Wrapf) to add useful context to errors encountered by the Terraform provider. See also: DimensionDataResearch/go-dd-cloud-compute#15

enhancement
up-for-grabs
tests
epic
priority/med

At present, each time the retry ticker goes off, a signal is queued at the ticker channel and these will back up until processed (this will, over time, lead to...

bug
up-for-grabs

As mentioned in #102, it looks like the state migration for `ddcloud_server` [from v3 to v4](https://github.com/DimensionDataResearch/dd-cloud-compute-terraform/blob/1b26fb22685a573aef7dec14da418e28c7c50f43/ddcloud/resource_server_migrate.go#L221) has never been run. Create acceptance tests to verify that the state data is...

bug
tests
acceptance tests

Use the `random` resource type to add a numeric suffix to the names. Modify verification functions to take account of this. - [ ] Data sources - [ ] `ddcloud_networkdomain`...

enhancement
acceptance tests
priority/med

Could a VLAN Id, and automatically calculates the source address. Also add to `ddcloud_network_domain.default_firewall_rule`.

maybe

If `auto_delete_public_ip_blocks' is true, then when the last `ddcloud_nat` resource that uses a given public IP block is deleted, then the public IP block should also be deleted. Still need...

enhancement
design