Cian Johnston

Results 107 comments of Cian Johnston

@hugodutka You might want to also look at references to `dbtestutil.WillUsePostgres` when you do this :-)

> tests that are insert heavy use the in memory implementation as I found many inserts make the db tests slower I wonder if it makes sense to allow seeding...

> Traversals less than 2 are considered invalid too? I think that's just for a resource, which is always `resource_type.name`. See `parseRef` for other kinds of traversals https://github.com/terraform-linters/tflint-plugin-sdk/blob/master/terraform/addrs/parse_ref.go#L66

> If it's auth issues due to me merging in a fork then I'm not sure what I can do to resolve that myself Yeah this is on us to...

@tw29845 I get this when building on `linux/arm/v7`: ``` 22 3.478 'curl --fail --location --progress-bar "${SDKMAN_SERVICE}/broker/download/native/install/${SDKMAN_NATIVE_VERSION}/${SDKMAN_PLATFORM}" > "$sdkman_zip_file"': command failed with exit code 22. ``` https://github.com/coder/images/actions/runs/17132138297/job/48598919038?pr=308

> Are you able to tell me what the output of `uname -m` is? That command, along with `uname -s`, determines the platform and architecture within SDKMAN. There is an...

> So far as I can find, SDKMAN does not support 32-bit ARM architecture. @matifali AFAICT the only reason I'm aware we support the armv7 architecture is for the older...