Erik Osterman (CEO @ Cloud Posse)

Results 374 comments of Erik Osterman (CEO @ Cloud Posse)

@haitham911 please post screenshot as well

We'll look into this, thanks for reporting!

This should be resolved in 1.128.0

@aclarke822 can you confirm the precise version of Atmos you tested? If you have a vendor config we can use to reproduce (and add to our tests), that will speed...

Windows tests are failing: ``` --- FAIL: TestArtifactoryStore_GetKey (0.00s) --- FAIL: TestArtifactoryStore_GetKey/successful_retrieval_without_prefix (0.00s) panic: mock: Unexpected Method Call ----------------------------- DownloadFiles(services.DownloadParams) 0: services.DownloadParams{CommonParams:(*utils.CommonParams)(0xc000285180), Symlink:false, ValidateSymlink:false, Flat:false, Explode:false, BypassArchiveInspection:false, MinSplitSize:5120, SplitCount:3, PublicGpgKey:"",...

This isn’t an Atmos bug — it’s YAML doing exactly what it’s supposed to. In YAML, writing: ```yaml foo: "this" "that" ``` means two **adjacent strings**, which YAML concatenates into...

Dependabot is another great example. https://github.com/cloudposse/geodesic/pull/551#issuecomment-584390508

> updating comments instead of posting new comments for plans would also be a welcome change yea, probably not a bad thing either, but should be a new feature request...

@mss we likely will not be able to this anytime soon, but we'll promptly review any PRs adding support for `http`. We designed the implementation to be easy to implement...

This PR contains the output-related fixes that were part of the larger #1431 PR. The scope has been narrowed to focus specifically on improving test output handling, fixing skip reason...