bender-the-greatest

Results 12 comments of bender-the-greatest

+1 for this, merging anything that is encrypted is a huge pain with git-crypt what i don't fully understand is why i can run `git diff` and see a full...

At this point I'm not sure where the issue lies. The problem EDx7s are working on OG hardware, but only sometimes with the Pocket. The timing fixes seem to have...

@16bitstreamer that is a good observation. This leads me to believe it could be an issue with the cartridge slot pinout on some units. I wonder... Is there a correlation...

@tkbryant Sorry, I missed a bullet point on that check list. Do you have any issues at all running official games? This includes having to clean your cart pins more...

I am also curious how to make this work. I tried the plugin out today, but my company mandates signature formats. I am required to have our company logo on...

Here is my (sanitized) `.kitchen.yml` config: ```yaml driver: name: azurerm subscription_id: SUBSCRIPTION_GUID transport: name: winrm winrm_transport: ssl instance_type: Standard_D2_v2 location: "East US" vnet_id: VNET_URN subnet_id: VNET_SUBNET_URN platforms: - name: windows2019...

It's worthy to note that the Azure CLI is authenticated and I can run commands against this subscription from the command line when this issue occurs with the `kitchen-azurerm` driver.

I have not, but it's not been a high priority to revisit yet. Note that I have not tried providing an explicit client id and secret, so an app registration...

@rogueautomation I did work around this, right now my workaround is to use an app registration and credentials file

I believe I found the solution. Since it appears there is no searching going on for non-marketplace images with `image_urn`, it appears `image_id` works if you provide the resource ID...