smadi

Results 7 comments of smadi

**Using version 0.24.0,** **Still same issue here, the config:** { name = "tenantID" attribute_data_type = "String" mutable = true required = false developer_only_attribute = false string_attribute_constraints = {} }, {...

Fixed it by removing the variables and declaring it in the main.tf directly as shown in the complete example (https://github.com/lgallard/terraform-aws-cognito-user-pool/blob/master/examples/complete/main.tf), I guess I was using it in variables.tf incorrectly, but...

I would like to also note that the command in the QGroundControl documentation for building the project with CMake cli has a missing flag: **This command should include the -D...

I agree that having an option to clear the planning view when QGroundControl (QGC) is not connected to the vehicle would be a useful enhancement. To address this issue, I...

Hello, I hope you're doing well, I apologize for the delay in working on this, I was on vacation. I've put together a PR (https://github.com/mavlink/qgroundcontrol/pull/11691) to address the issue and...

I totally agree, in fact I was trying to copy the same functionality/logic of creating a new blank plan for clearing via the clear button. I have no problem with...

Yes that's the way I see it, do you have anything in mind?