Pro4TLZZ

Results 9 issues of Pro4TLZZ

I use erase-install with Jamf Pro. I deploy a self service policy for OS upgrades using erase-install and I specify a power source needs to be connected. I do this...

enhancement

I was watching a YouTube video in fullscreen, i ran a Jarvis search and cancelled it with ESC, this triggered the escape fullscreen feature on YouTube. Is this behaviour intended?

Demonstration https://user-images.githubusercontent.com/22709115/190268985-224b8428-7bf5-4242-95e0-1887e7be90ba.mp4

![image](https://user-images.githubusercontent.com/22709115/189051152-476cea33-6063-47c5-80c1-a1cba7f93967.png) I need to add these headers to the same table

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

bug
priority-bug
triaged

I've done a fair bit of work so far with discovering the various variable types needed for the resources I've worked with so far. For example this is what I...

documentation
enhancement
has-pr

Easily toggle on or off all user attributes in the Export Users window Default state: ![image](https://github.com/gabrielsroka/gabrielsroka.github.io/assets/22709115/0909cede-db30-4e79-8768-de6b68ffc3e4) After pressing Toggle All: ![image](https://github.com/gabrielsroka/gabrielsroka.github.io/assets/22709115/acf9f4d9-ce2c-4bcb-aac5-0e9462116d13) After pressing Uncheck All: ![image](https://github.com/gabrielsroka/gabrielsroka.github.io/assets/22709115/911399d1-f766-44bf-b372-8ea1ef047e95) After pressing Check All:...

![2023-06-13_18-10](https://github.com/gabrielsroka/gabrielsroka.github.io/assets/22709115/77f9250d-eaf1-4070-9e0f-104cc4e97abb) I've been using this for about a year now and it is a small change but very useful.

### Terraform Version 1.2.2 ### Affected Resource(s) googleworkspace_org_unit ### Terraform Configuration Files ```hcl resource "googleworkspace_org_unit" "ou" { for_each = local.OUs name = each.value["name"] description = each.value["description"] parent_org_unit_path = googleworkspace_org_unit.ouroot.org_unit_path }...