Ricard Bejarano

Results 15 issues of Ricard Bejarano

- [x] I've read [CONTRIBUTING.md](https://github.com/mbasso/awesome-wasm/blob/master/CONTRIBUTING.md). - [x] Description explains the issue / use-case resolved, and auto-closes the related issue(s) (https://help.github.com/articles/closing-issues-via-commit-messages/).

As BASE64 URIs are pretty long, it would be very convenient to add a QR scanner in the "Add access key" dialog on mobile apps.

feature request
backlog

Tanka version: ``` $ tk --version 2024/06/08 22:20:20 tk version 0.26.0 ``` Error: ``` $ tk apply --auto-approve=if-no-changes environments/default # same thing happens with --auto-approve=always Warning: There are no differences....

kind/bug

### Terraform Version ```shell Terraform v1.8.4 on darwin_amd64 ``` ### Use Cases Fixing plan (or rather, refresh) performance on large enough (in resource count) states. ### Attempted Solutions - Increasing...

enhancement
new

### OpenTofu Version ```shell OpenTofu v1.7.1 on darwin_amd64 ``` ### Use Cases Fixing plan (or rather, refresh) performance on large enough (in resource count) states. ### Attempted Solutions - Increasing...

enhancement
needs-community-input
pending-decision
frozen

### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...

size/XL

According to the [docs](https://github.com/google/jsonnet/blob/913281d203578bb394995bacc792f2576371e06c/doc/ref/stdlib.html#L202-L204), `std.prune`: > Recursively remove all "empty" members of a. "Empty" is defined as zero length `arrays`, zero length `objects`, or `null` values. The argument a may...

## Description of changes Adds the `maas_machines` data source, which lists all machines visible to the user. ## Issue or ticket link (if applicable) #241 (partially, `maas_devices` is addressed in...

## Description of changes Adds the `maas_devices` data source, which lists all devices visible to the user. ## Issue or ticket link (if applicable) #241 (partially, `maas_machines` is addressed in...

This would map to the listing operations on both devices and machines, so that we can list what devices/machines are visible to the user.

enhancement