Sebastiaan Brozius

Results 14 comments of Sebastiaan Brozius

This issue still exists. I'm running into this as well. **Terraform Version** ``` Terraform v1.1.6 on linux_amd64 + provider registry.terraform.io/opsgenie/opsgenie v0.6.10 ``` **Terraform Code** ```hcl resource "opsgenie_integration_action" "azure" { integration_id...

To add, even setting an `order` in the condition doesn't help. The `order` is set to `0` in OpsGenie itself and then triggers another 'change' on a plan and/or apply.

@bschaatsbergen I don't know how long you are planning on waiting, but you might want to set the PR to 'Ready for review' to get it reviewed by one of...

Making it request admin-permissions might also be done using the following at the start of the script: ``` if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { Start-Process (Get-Process -Id $PID | Select-Object -ExpandProperty Path)...

@guidojw I can't answer your question. I've left the company where I worked on this 2 years ago, and am not using OpsGenie anymore.

I have the same issue with Safari on macOS Sonoma. Using Granted version `0.20.2` `~/.granted/config` content: ``` DefaultBrowser = "SAFARI" CustomBrowserPath = "/Applications/Safari.app/Contents/MacOS/Safari" CustomSSOBrowserPath = "/Applications/Safari.app/Contents/MacOS/Safari" Ordering = "" ExportCredentialSuffix...

I've never had to provide the `--profile` switch after assuming a role with assume? Also, changing the `[Default]` in the `~/.aws/credentials` file can lead to issues when using multiple sessions...

> Can you clarify what the negative effect is here? I'd like to be more educated on the "why" I mostly run multiple terminal sessions, using different assumed roles in...

Same issue here: ``` 09:26:20 Failed to initialize miner on GPU0: MSI GeForce RTX 3070 8GB [0000:08:00.0]: out of memory 09:26:20 No devices for mining ``` My pagefile is set...

Found out that the issue has to do with Windows 10. For mining Cortex, you'll need to be running Linux or Windows 7. Currently running a linux-distro for Cortex-mining on...