Pierre Prinetti

Results 203 comments of Pierre Prinetti

Depends on (a decision on) https://github.com/gophercloud/gophercloud/pull/2477

> I copied what was done in #1671. Should we go back and also add the `created_at` and `updated_at` JSON tags for the other networking resources? @jtopjian Do you happen...

One reason might be that when sending the JSON representation of a Port to the OpenStack API, maybe if you send the "wrong" time representation you get an error. For...

@jtopjian Thank you for taking the time to explain. I however am not yet clear how the tag removal helps. In a Go playground I have implemented a simplified Port...

Thanks again @jtopjian. My only concern is about changing the shape of an exported struct between `v1.0.0` and `v1.y.z`. The unit tests run against Go 1.14 and seem to confirm...

Please run: ```shell go fmt ./openstack/compute/v2/servers/requests.go ```

Hello. I'm using this branch with my RPi A+. It seems to work so far. Is there something I could do to test it further and let it eventually merge...

I've been using this branch with my A+ and although I haven't performed programmatic tests, I can say I haven't had any problems so far.

Thanks @nikParasyr , that looks correct to me as well. @parkjeongryul please reopen if there's something left to ask/add!

Hey @Legend-Master I am seeing this after posting #945. Your solution is changing the examples to make them JSON, while I believe that they were written to be YAML. Can...