Tomáš Karásek
Tomáš Karásek
I compiled following table where the columns are 1. Type of CustomData value to set 2. golang value used as `var v interface{}; v = ; updateRequest.CustomData = &v;` 3....
@grahamc as @displague probably foresees as well, the fact that EM API will return different value than you store for the `customdata`, is quite a problem for the TF provider,...
As @jasmingacic noted, the POST to `/projects//transfers` returns 200 OK and empty body. I noticed there is also no transfer listed for the organization after the creating POST: ``` =======[REQUEST]=============...
@displague can you please check out the code in the portal javascript where the network type transitions are happening, and paste it here? So that we don't have to guess...
@displague from what you've wrote it looks that this is more of a API internal functionality. IIUC, from the API client point of view, the hybrid-bonded network type is only...
I have looked at the new L2 network UI and I noticed a couple of things that @displague didn't mention in the first comment https://github.com/packethost/packngo/issues/231#issue-769259952 - The network type is...
I spent a day last week looking on how to start wtih the hybrid-bonded state. First thing was that I had to create a struct for the network state: ```...
Hey @thebsdbox, we still need to agree with out with @displague. We struggle with how to represent the network modes here in packngo and then in the provider. It's a...
This is an API bug @displague please add the label.
@displague @tobert Hi, I'm adding my 2 cents. I'm pro introducing context methods. I am against waiting for swagger generated client. Pairing `DoThingCtx and DoThing` (like @tobert wrote) sounds good....