Jake Bishop

Results 35 comments of Jake Bishop

Hi @lukemorales I am also hitting performance issues in phpstorm with `mergeQueryKeys`. Am i right in understanding that we need to wait for the `createQueryScopeDefinition` util mentioned in https://github.com/lukemorales/query-key-factory/issues/74#issuecomment-1665796165 before...

Is this now solved with the construct: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_eks.Addon.html and this issue can be resolved? If the `Addon` construct does indeed solve this, how can set the `serviceAccountRoleArn` for the `aws-ebs-csi-driver`...

Is this also a problem when trying to use a variable for `ports`? For example, with the following service definition: ``` services: web: env_file: - path: .env required: true -...

Wow that is confusing. So I can control it with --env-file on the command line but not with the env_file in the compose file? So is there no built in...

> another use case I have is to be able to specify a different filename as .env is not unique to docker compose but is interpreted differently (quote rules, etc.)...