Marques Johansson

Results 463 comments of Marques Johansson

I will raise the issue of the `GET /projects/{id}` not working with Project API keys, especially despite `GET /projects` working. I can understand a project scoped key not revealing organization...

I've used the `openapitools/openapi-generator-cli` generator to produce the (likely unusable) https://github.com/displague/packet-rs. Each commit and commit description reports the Swagger changes that were needed to fix validation and generate the client.

A little update on the progress here: * the client generation process is scripted: https://github.com/t0mk/gometal/blob/main/gen.sh * the upstream API spec has less of the validation/accuracy problems encountered above * patches...

This work has the potential to be a #213 implementation.

I would like to call this issue closed based on the work that has gone into fixing the network_type cache bug. Based on a recent flare-up of this bug, and...

Thanks, @jordan0day. With that clarification, I'll hold on closing this until https://github.com/packethost/packngo/pull/185 is merged. I must say, creating devices with a create-time network_type definition (a combination of ports) would be...

@chrisdoherty4 would you consider closing this now that https://github.com/tinkerbell/rufio has come along a bit further? Either way, perhaps offer a diff of the points raised in @pokearu's two comments that...

@jacobweinstock points out that the Go code is portable but `ipmitool` is a binary added to the image, which is not architecture dependent (not-ARM).

Related conversation in https://github.com/tinkerbell/hegel/issues/44 One limitation that we can expect with a Hegel data source adapter is that cloud-init will not be able to detect the cloud environment as a...

Getting the dependencies tagged first sounds like the right order to me. Sandbox is then built on well-known, fixed, dependencies.