Gianluca Recchia

Results 23 issues of Gianluca Recchia

The compiler showed two warnings for unused variables, when compiled in Release mode (i.e. with `-DCMAKE_BUILD_TYPE=Release`). This PR fixes that by using the preprocessor to hide the variable assignment when...

This is recommended by the official Style Guide here: https://developer.hashicorp.com/terraform/language/style#gitignore.

Returning some iterator type instead of the whole `Vec` directly would allow consumers to have more control over how memory is allocated. This, however, would be a pretty major breaking...

Returning some iterator type instead of the whole `Vec` directly would allow consumers to have more control over how memory is allocated.

enhancement
good first issue

I granted Keepass2Android the permission to access my Google Drive. Today I was checking my Security settings for my Google account and the Security Checkup showed Keepass2Android as a potentially...

Hi, I was looking into building Zeal from `HEAD` (commit 747e1a0 at the time of writing) on Windows and possibly checking out the code as well. I'm using Visual Studio...

type/question
platform/windows
scope/build-system

Hello, I am unable to create multiple `vcd_nsxt_edgegateway` resources because of what appears to be some sort of global lock against concurrent writes. ### Terraform Version ``` Terraform v1.9.5 on...

Hello there, I was eyeing this project since I need to implement a few automations for my FritzBox router. My homelab relies pretty heavily on Docker to run my services...

**Describe the bug** I couldn't figure out why `ghorg` would clone just fine a few public repos from a GitHub org I'm trying to backup but then as soon as...

Right now, this crate only allows parsing state and plan files from a `&str` instance. Since `serde_json` [supports parsing from anything that implements `Read`](https://docs.rs/serde_json/latest/serde_json/fn.from_reader.html), this is maybe overly restrictive. If...