Regin Larsen
Regin Larsen
@elig0n The width should be correct after `master` was merged into `multiple-window-closer` 😄
The intended functionality was this: Open Switcheroo, and then press Alt+1..9 for quickly going to a window in the list. I've quickly tried out "Contexts" and it seems pretty interesting!...
Hi Johan, That's a great idea! I think that would be a good start on some sort of command line interface to Switcheroo. Afterwards maybe other command line parameters could...
Thanks for another PR! :) I'm traveling for the next few days, so I'll take a closer look in the beginning of next week. Just a few quick comments: There's...
Hi @tarikguney, I'm ready to change to the Wix installer if these things get included: 1. It should be the GNU GPL 3.0 license instead of the Apache License that...
Thanks for your feedback, @jaredbidlow! And I'm glad to be back 😃 I haven't yet been able to reproduce your issue with Alt+Tab, but I'm not surprised if there should...
The `PATCH` issue has been solved with the `azapi_resource_action`. However, as I'm also interested in utilizing `azapi` for configuring PIM. Would it be possible to add the `filter` argument to...
It looks like it's actually possible by inserting the query parameters in the `name` property of the `azapi_resource` data source: ```terraform data "azapi_resource" "example" { type = "Microsoft.Authorization/roleManagementPolicyAssignments@2020-10-01-preview" parent_id =...