Wojtek Bednarzak

Results 14 issues of Wojtek Bednarzak

The ToggleIcon works counterintuitive to how you would expect. The chevron direction should indicate what the button SHOULD do, rather that the present state. Currently when the details are hidden,...

Having a common interface for reading and writing blob data across all cloud providers is very useful, however with the addition of the [io/fs] package in Go 1.16 means that...

The provider at the moment doesn't allow to create additional disks to be attached to the provider. This means that only the images source using the `image` field can be...

proposal
in progress

The purpose of this issue is to collect feedback and track requirements for v1.0.0 release, designed for Terraform v0.12. This issue would be updated based on the feedback, and when...

help wanted
proposal

At the moment we only accept the disk to be passed in as a `image` argument. This means that if the user already has an image to be attached to...

proposal

So we currently have a bit of a mess in the licence for this project, where multiple licences are used. - `LICENSE` - MIT, with `ccll` as owner - `main.go`...

help wanted
proposal

The `resource_vm` is responsible for the whole lifetime of a VM. We should detach the responsibility of creating the virtual disk and delegate it to `resource_disk`, which can be controlled...

help wanted
proposal

This is part of a long series of changes. It expands on the sentiment of the Command interface, but with the goal of handing everything as a method of the...

Upgrading the connection makes it hard to keep the same configuration as before. I believe a `http3.ConfigureTransport` method should be added, just like the one in [`http2.ConfigureTransport`] This is based...

enhancement
help wanted

The user_data field doesn't work and unfortunately we should deprecate the field until it does. ## Problem At the moment the user_data is provided to the Virtualbox VM by setting...