MicahKimel

Results 6 comments of MicahKimel

@liamcervante Are `nil` `references` only used in the `GetVariables()` function during the `destroy(...)` function? If so would the following solution work? [Code to update](https://github.com/hashicorp/terraform/blob/448775102c3a0af25247a392ccb99d7c04ea7018/internal/backend/local/test.go#L1074-L1079) ``` // Do not display warnings...

I failed to run all the test cases and realized my proposed solution removed useful dialog info such as [this](https://github.com/hashicorp/terraform/blob/448775102c3a0af25247a392ccb99d7c04ea7018/internal/command/test_test.go#L1273-L1315). > Warning: Value for undeclared variable > > on main.tftest.hcl...

It appears compose uses [`WithEnv(env ...string)`](https://github.com/docker/compose/blob/main/pkg/e2e/framework.go#L114-L118) while the cli uses [`parseKeyValueFile(filename string, emptyFn func(string)`](https://github.com/docker/cli/blob/master/opts/file.go#L24-L76) for parsing environment variables. I'm a new contributor, but if you want I can push a...

Thank you very much @Benehiko, now I understand how to rebase!! I went ahead and merged with upstream.

This is awesome, I was also thinking about adding this feature for a project I recently started! My only question is there are already commands for moving the mouse and...

I started updating the leds from audio with the already implemented json interface. Currently I'm updating the effect speed and color by audio intensity. I Forgot ScreenCaptureKit is only available...