Tomáš Karásek
Tomáš Karásek
Now, if I add `{"address_family":6,"public":false}`, to the IP addres list when creating device, the device gets stuck in `provisioning` (not in `queued`).
@displague I think the ignore{Removed,Assigned} wrappers are better idea than changing the default behavior. Not sure if they should be in a different package than the SDK though, I think...
To illustrate how we could do hybrid-bonded in TF: ```hcl // substitute "packet" for "metal" locals { project_id = "" } resource "packet_device" "test" { hostname = "test" plan =...
They somehow do this in Linode: https://github.com/linode/linodego/blob/master/.github/workflows/release-drafter.yml
@mmlb I'm fine with returning all by default. In the API, there is the "meta" map in the list responses, maybe we could use that instead of Link header. It...
partially done in #64 Paginated resources: - [x] Devices - [x] Volumes - [ ] Events - [ ] Hardware Reservations - [ ] Organizations - [x] Projects - [...
> We appear to have some pagination in Packngo that does not exist in the API: > /projects/{id}/bgp/sessions > Does this break the List function in this case? The bgp...
To test this means to run a device and try to read the metada via GetMetadataFromURL?
@displague I'm testing this. I get ``` panic: json: cannot unmarshal number into Go struct field .storage.disks.partitions.size of type string ``` For ``` // Partition size is sometimes str and...
I've jsut realized that it's not easy to unset the custom_data if we keep it interface{} and omitempty. If you set nil in the the DeviceUpdateRequests, the field will not...