I hereby claim:
- I am michaelbertoni on github.
- I am michaelbertoni (https://keybase.io/michaelbertoni) on keybase.
- I have a public key ASDUstJH4tkPpTnE3e0teblDLkFgL3_J-E8llD6xlIkKnAo
To claim this, I am signing this object:
| with open('01-input.txt', 'r') as file: | |
| data = file.read() | |
| left_column = [] | |
| right_column = [] | |
| for line in data.split('\n'): | |
| split = line.split(' ') | |
| left_column.append(int(split[0])) | |
| right_column.append(int(split[1])) |
| ╷ | |
| │ Error: Provider produced inconsistent final plan | |
| │ | |
| │ When expanding the plan for module.entrypoint.azurerm_windows_virtual_machine_scale_set.web to include new values learned so far during apply, provider | |
| │ "registry.terraform.io/hashicorp/azurerm" produced an invalid new value for .extension: planned set element | |
| │ cty.ObjectVal(map[string]cty.Value{"auto_upgrade_minor_version":cty.True, "force_update_tag":cty.NullVal(cty.String), "name":cty.StringVal("ApplicationHealthWindows"), | |
| │ "protected_settings":cty.NullVal(cty.String), "provision_after_extensions":cty.ListValEmpty(cty.String), "publisher":cty.StringVal("Microsoft.ManagedServices"), | |
| │ "settings":cty.StringVal("{\"port\":\"443\",\"protocol\":\"https\",\"requestPath\":\"/periscope/\"}"), "type":cty.StringVal("ApplicationHealthWindows"), | |
| │ "type_handler_version":cty.StringVal("1.0")}) does not correlate with any element in actual. | |
| │ |
I hereby claim:
To claim this, I am signing this object:
| from datetime import datetime, timedelta | |
| from xml.dom import minidom | |
| file_name = "Portal 2 - first run.lss" | |
| lss_file = minidom.parse(file_name) | |
| game_times = lss_file.getElementsByTagName('GameTime') | |
| for game_time in game_times: |
| var Bluebird = require('bluebird') | |
| Bluebird.config({ | |
| longStackTraces: true | |
| }) | |
| module.exports = Bluebird |