zaq42
zaq42
Same here. 1.0.0 didn't have this problem, but #4999 was a show stopper for us. In 1.1.0, I think this another problem introduced by #5030 ``` % yarn node Welcome...
It looks like the default is no longer the default. As a workaround, you can explicitly use it; note the change in the `require` line below: ``` % yarn node...
I think it's this commit: https://github.com/axios/axios/pull/5030/commits/819ad75564f472a9066fa4de3eaf416604daddc5 
Fixed for me in 1.1.2.
``` --since --until --tail ``` are all useful features of `docker compose logs`, but none are implemented for the ECS context. For example: ``` 1 error occurred: * option "logs...
The AWS Go SDK includes [FilterLogEvents](https://docs.aws.amazon.com/sdk-for-go/api/service/cloudwatchlogs/#CloudWatchLogs.FilterLogEvents) which, among other things, supports `startTime` and `endTime` which look like a good fit for the `since` and `until` CLI parameters.
We are looking to migrate from `dotenv-vault` to `dotenvx`, but I have been stuck on this point. All the examples describe the key set as a variable named `DOTENV_PRIVATE_KEY_`. In...
To elaborate, our PROD environment only deploys containers based on images that are synced from an ECR repo in our UAT account (AWS). Inspired on the DEV/PROD Parity principle, we...
If set, `DOTENV_PRIVATE_KEY` currently assumes that the value is a private key for `.env`. The existing, deprecated code for `DOTENV_KEY` (as per dotenv-vault) parses the value as a URI, extracting...
In the context of #33001, I have some clues about the conditions for this. In early October, we switch to `x86` to access Bitbucket build metrics (since then, they are...